TreeNodeCollectionBaseAdd Method

Creates a new AeccDbTreeNode object, adds it to the collection, and returns an ObjectId for the object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract ObjectId Add(
	string name
)

Parameters

name  String
The name of the new object. If this string is empty or null, a dynamically generated name is created.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name already exists.
See Also