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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool ShouldExpandCoordinateData { get; } |
Visual Basic |
---|
Public ReadOnly Property ShouldExpandCoordinateData As Boolean Get |
Visual C++ |
---|
public: property bool ShouldExpandCoordinateData { bool get (); } |