Adds the Entity specified by entityId to the folder
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddEntity( ObjectId entityId )
VB
Public Sub AddEntity ( entityId As ObjectId )
C++
public: void AddEntity( ObjectId entityId )
Parameters
- entityId ObjectId
Exceptions
Exception | Condition |
---|---|
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 |