DimStyleTable.GetUnusedStyleName Method (String)

DimStyleTableGetUnusedStyleName Method (String)

Get a unique name for a dimension style that does not already exist in the DimStyle table

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string GetUnusedStyleName(
	string rootName
)
Public Function GetUnusedStyleName ( 
	rootName As String
) As String

Parameters

rootName
Type: SystemString
prefix in name; typically the parent style name

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.DimStyleTable.GetUnusedStyleName(System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also