Share

CogoPoint.ProjectVersion Property

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.8.0.280

Syntax

C#

public int ProjectVersion { get; }

VB

Public ReadOnly Property ProjectVersion As Integer
	Get

C++

public:
property int ProjectVersion {
	int get ();
}

Property Value

Int32

Exceptions

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

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?