Share

SurfaceDefinitionPointGroups.AddPointGroup Method

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

SurfaceOperationAddPointGroup

Exceptions

ExceptionCondition
ArgumentException Thrown when the PointGroupId is not valid.

See Also

Reference

Was this information helpful?