Adds a new dimension style to the document. The new dimension style will be initialized with the current default dimension style properties.
Rhino.AddDimStyle ([strDimStyle])
strDimStyle |
Optional. String. The name of the new dimension style. If omitted, Rhino automatically generates the dimension style name. |
String |
The name of the new dimension style if successful. |
Null |
If not successful, or on error. |
Rhino.Print "New dimension style: " & Rhino.AddDimStyle
Rhino.Print "New dimension style: " & Rhino.AddDimStyle("MyDimStyle")