Adds the Entity specified by entityId to the folder
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddEntity(
ObjectId entityId
)
Public Sub AddEntity (
entityId As ObjectId
)
public:
void AddEntity(
ObjectId entityId
)
Parameters
- entityId ObjectId
-
ExceptionsException | 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
|
See Also