File3dmReadSettings Method |
Reads only the start section, properties, and settings from a 3dm
file at a specified location. The rest of the model (objects, layers,
and other tables) is not read.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static File3dm ReadSettings(
string path
)
Public Shared Function ReadSettings (
path As String
) As File3dm
Parameters
- path
- Type: SystemString
The file to read.
Return Value
Type:
File3dmnew File3dm on success, null on error.
Exceptions| Exception | Condition |
|---|
| FileNotFoundException | If path does not exist. |
See Also