Draws the part into the specified section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void AddToSectionView(
ObjectId sectionViewId
)Visual Basic
Public Sub AddToSectionView ( _
sectionViewId As ObjectId _
)Visual C++
public:
void AddToSectionView(
ObjectId sectionViewId
)Parameters
- sectionViewId
- Type: ObjectId
The ObjectId of the target section view.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the input is not a valid object id for a section view. |