RhinoCommon API
File3dmReadDimensionStyles Method |
Read the dimension styles table out of a 3dm file.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static DimensionStyle[] ReadDimensionStyles( string path )
Public Shared Function ReadDimensionStyles ( path As String ) As DimensionStyle()
Parameters
- path
- Type: SystemString
The location of the file.
Return Value
Type: DimensionStyleArray of dimension styles on success (empty array if file does not contain dimension styles) null on error

Exception | Condition |
---|---|
FileNotFoundException | If the provided path is null, does not exist or cannot be accessed. |
