Click or drag to resize

File3dmReadEarthAnchorPoint Method

Reads only the earth anchor point from an existing 3dm file

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static EarthAnchorPoint ReadEarthAnchorPoint(
	string path
)

Parameters

path
Type: SystemString
A location on disk or network.

Return Value

Type: EarthAnchorPoint
The earth anchor point.
See Also