CogoPointProjectVersion 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.292
Syntax
public int ProjectVersion { get; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the CogoPoint is not a project point.
Example
1!ERROR: See log file!
See Also