CogoPointProjectVersion Property |
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.8.0.292
Syntaxpublic int ProjectVersion { get; }
Public ReadOnly Property ProjectVersion As Integer
Get
public:
property int ProjectVersion {
int get ();
}
Property Value
Int32
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the CogoPoint is not a project point.
|
ExampleNo code example is currently available or this language may not be supported.
See Also