Share

Part.AddToSectionView Method

Draws the part into the specified section view.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void AddToSectionView(
	ObjectId sectionViewId
)

VB

Public Sub AddToSectionView ( 
	sectionViewId As ObjectId
)

C++

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

Reference

Was this information helpful?