Removes the part from the specified section view in which it is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void RemoveFromSectionView(
ObjectId sectionViewId
)Visual Basic
Public Sub RemoveFromSectionView ( _
sectionViewId As ObjectId _
)Visual C++
public:
void RemoveFromSectionView(
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 of section view. |