Constructs a Dlx3DStyle object.
Syntax: |
---|
new Dlx3DStyle() new Dlx3DStyle(name) new Dlx3DStyle(handle) new Dlx3DStyle(style) |
Parameters
Parameter | Description |
---|---|
name | A string containing the name of the style. |
handle | A string containing the handle of the style. |
style | A Dlx3DStyle object from which to copy the style. |
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 code | |
---|---|
|