PartRemoveFromProfileView Method

Remove the part from the specified profile view in which it is drawn.

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

Parameters

profileViewId  ObjectId
The ObjectId of the target profile view.
See Also