DimStyleTableFindName Method |
Finds the DimensionStyle with a given name and returns it. None is returned if no DimensionStyle is found.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public DimensionStyle FindName(
string name
)
Public Function FindName (
name As String
) As DimensionStyle
Parameters
- name
- Type: SystemString
The string to search. Deleted styles are ignored.
Return Value
Type:
DimensionStyleThe instance, or null.
See Also