SurfaceDefinitionPointGroupsAddPointGroup Method |
Adds a point group to a surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationAddPointGroup AddPointGroup(
ObjectId pointGroupId
)
Public Function AddPointGroup (
pointGroupId As ObjectId
) As SurfaceOperationAddPointGroup
public:
SurfaceOperationAddPointGroup^ AddPointGroup(
ObjectId pointGroupId
)
Parameters
- pointGroupId ObjectId
- The ObjectId of the point group to be added to the surface.
Return Value
SurfaceOperationAddPointGroup
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the PointGroupId is not valid.
|
See Also