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.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#
CopyVB.NET
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the CogoPoint is not a project point.
|
See Also