PartAddToSectionView Method

Draws the part into the specified section view.

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

Parameters

sectionViewId  ObjectId
The ObjectId of the target section view.
Exceptions
ExceptionCondition
ArgumentException Thrown when the input is not a valid object id for a section view.
See Also