Adds a point group to a surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationAddPointGroup AddPointGroup( ObjectId pointGroupId )
VB
Public Function AddPointGroup ( pointGroupId As ObjectId ) As SurfaceOperationAddPointGroup
C++
public: SurfaceOperationAddPointGroup^ AddPointGroup( ObjectId pointGroupId )
Parameters
- pointGroupId ObjectId
- The ObjectId of the point group to be added to the surface.
Return Value
SurfaceOperationAddPointGroupExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the PointGroupId is not valid. |