Share

PointDescriptionKeySetCollection.Remove(ObjectId) Method

Removes a PointDescriptionKeySet object specified by ObjectId from the drawing.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void Remove(
	ObjectId objectId
)

VB

Public Sub Remove ( 
	objectId As ObjectId
)

C++

public:
void Remove(
	ObjectId objectId
)

Parameters

objectId  ObjectId
Specifies the objectId of the PointDescriptionKeySet object to remove.

Exceptions

ExceptionCondition
ArgumentException Thrown when a PointDescriptionKeySet with the specified ObjectId does not exist in the collection.

See Also

Reference

Was this information helpful?