Specifies the version number of the local copy of the point in the drawing. Applies only to project points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int ProjectVersion { get; }Visual Basic
Public ReadOnly Property ProjectVersion As Integer
GetVisual C++
public: property int ProjectVersion { int get (); }
Examples
1!ERROR: See log file!1!ERROR: See log file!
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Thrown when the CogoPoint is not a project point. |