Gets the revision number of the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int RevisionNumber { get; }
VB
Public ReadOnly Property RevisionNumber As Integer Get
C++
public: property int RevisionNumber { int get (); }