Sets the style.

syntaxSyntax:
Dlx3DStyle.SetStyle(name)
Dlx3DStyle.SetStyle(handle)
Dlx3DStyle.SetStyle(style)

Parameters

Parameter Description
name A string containing the name of the public style.
handle A string containing the handle of the public style.
style A Dlx3DStyle object from which to copy the style.

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Remarks

The style handle is a 27-character alphanumeric string and appears in the box at the bottom of the Style Manager dialog box.

Example

  Copy codeCopy code

See also