Adds a point group to a surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public SurfaceOperationAddPointGroup AddPointGroup( ObjectId pointGroupId )
Visual Basic
Public Function AddPointGroup ( _ pointGroupId As ObjectId _ ) As SurfaceOperationAddPointGroup
Visual C++
public: SurfaceOperationAddPointGroup^ AddPointGroup( ObjectId pointGroupId )
Parameters
- pointGroupId
- Type: ObjectId
The ObjectId of the point group to be added to the surface.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the PointGroupId is not valid. |