Specifies the version number of the local copy of the point in the drawing. Applies only to project points.

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

Syntax

C#
public int ProjectVersion { get; }
Visual Basic
Public ReadOnly Property ProjectVersion As Integer
	Get
Visual C++
public:
property int ProjectVersion {
	int get ();
}

Examples

CopyC#
1!ERROR: See log file!
CopyVB.NET
1!ERROR: See log file!

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the CogoPoint is not a project point.

See Also