Share

SurfaceOperationAddPointFile.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.8.0.280

Syntax

C#

public bool ShouldExpandCoordinateData { get; }

VB

Public ReadOnly Property ShouldExpandCoordinateData As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?