Adds the Entity specified by entityId to the folder
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void AddEntity(
ObjectId entityId
) |
Visual Basic |
---|
Public Sub AddEntity ( _
entityId As ObjectId _
) |
Visual C++ |
---|
public:
void AddEntity(
ObjectId entityId
) |
Parameters
- entityId
- Type: ObjectId
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when entityId doesn't point to a valid Entity
Thrown when the type of entity doesn't match the type of the folder
|
See Also