FolderAddEntity Method

Adds the Entity specified by entityId to the folder

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddEntity(
	ObjectId entityId
)

Parameters

entityId  ObjectId
 
Exceptions
ExceptionCondition
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