PartRemoveFromSectionView Method |
Removes the part from the specified section view in which it is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveFromSectionView(
ObjectId sectionViewId
)
Public Sub RemoveFromSectionView (
sectionViewId As ObjectId
)
public:
void RemoveFromSectionView(
ObjectId sectionViewId
)
Parameters
- sectionViewId ObjectId
- The ObjectId of the target section view.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input is not a valid object id of section view.
|
See Also