Adds a point group to a surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..ArgumentException Thrown when the PointGroupId is not valid.

See Also