PointDescriptionKeySetCollectionRemove(String) Method |
Removes a PointDescriptionKeySet object specified by name from the drawing.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
string name
)
Public Sub Remove (
name As String
)
public:
void Remove(
String^ name
)
Parameters
- name String
- Specifies the name of the PointDescriptionKeySet object to remove.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when a PointDescriptionKeySet with the specified name does not exist in the collection.
|
See Also