Gets the ObjectId of the point group in the current operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ObjectId PointGroupId { get; } |
Visual Basic |
---|
Public ReadOnly Property PointGroupId As ObjectId Get |
Visual C++ |
---|
public: property ObjectId PointGroupId { ObjectId get (); } |