DimStyleTable.Add Method (String)

DimStyleTableAdd Method (String)

Adds a new AnnotationStyle to the document. The new AnnotationStyle will be initialized with the current default AnnotationStyle properties.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int Add(
	string name
)
Public Function Add ( 
	name As String
) As Integer

Parameters

name
Type: SystemString
Name of the new AnnotationStyle. If null or empty, Rhino automatically generates the name.

Return Value

Type: Int32
index of new AnnotationStyle.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also