File3dmReadPageViews Method |
Reads page view, or layout, information from an existing 3dm file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static ViewInfo[] ReadPageViews(
string path
)
Public Shared Function ReadPageViews (
path As String
) As ViewInfo()
Parameters
- path
- Type: SystemString
A location on disk or network.
Return Value
Type:
ViewInfoAn array of view information if successful, otherwise an empty array.
See Also