PointDescriptionKeySetCollectionAdd Method |
Adds a new PointDescriptionKeySet object to the drawing.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId Add(
string name
)
Public Function Add (
name As String
) As ObjectId
public:
ObjectId Add(
String^ name
)
Parameters
- name String
- Specifies the name of new PointDescriptionKeySet object.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified name is used by another PointDescriptionKeySet.
|
See Also