SurfaceDefinitionPointGroupsAddPointGroup Method

Adds a point group to a surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationAddPointGroup AddPointGroup(
	ObjectId pointGroupId
)

Parameters

pointGroupId  ObjectId
The ObjectId of the point group to be added to the surface.

Return Value

SurfaceOperationAddPointGroup
Exceptions
ExceptionCondition
ArgumentException Thrown when the PointGroupId is not valid.
See Also