Gets the projection method, which is the basis of the zone computation.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Projection { get; }
VB
Public ReadOnly Property Projection As String Get
C++
public: property String^ Projection { String^ get (); }