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.7.0.1190
Syntaxpublic int ProjectVersion { get; }Public ReadOnly Property ProjectVersion As Integer
Get
public:
property int ProjectVersion {
int get ();
}Property Value
Int32
Exceptions| Exception | 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