Share

SurfaceOperationAddDEMFile.CoordinateSystemCode Property

Gets the coordinate system code applied for transformation in the current adding DEM file operation.



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

Syntax

C#

public string CoordinateSystemCode { get; }

VB

Public ReadOnly Property CoordinateSystemCode As String
	Get

C++

public:
property String^ CoordinateSystemCode {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?