ShouldExpandCoordinateData Property

Specifies whether to calculate the coordinate data properties of the points, such as degrees, minutes, seconds, and hemisphere for latitude and longitude.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public bool ShouldExpandCoordinateData { get; }

Visual Basic

Public ReadOnly Property ShouldExpandCoordinateData As Boolean
	Get

Visual C++

public:
property bool ShouldExpandCoordinateData {
	bool get ();
}

See Also