PartRemoveFromSectionView Method |
Note: This API is now obsolete.
Removes the part from the specified section view in which it is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax[ObsoleteAttribute("This API is obsolete. Use SampleLineGroup.GetSectionSources() and set SectionSource.IsSampled = false instead.",
false)]
public void RemoveFromSectionView(
ObjectId sectionViewId
)<ObsoleteAttribute("This API is obsolete. Use SampleLineGroup.GetSectionSources() and set SectionSource.IsSampled = false instead.",
false)>
Public Sub RemoveFromSectionView (
sectionViewId As ObjectId
)public:
[ObsoleteAttribute(L"This API is obsolete. Use SampleLineGroup.GetSectionSources() and set SectionSource.IsSampled = false instead.",
false)]
void RemoveFromSectionView(
ObjectId sectionViewId
)
Parameters
- sectionViewId ObjectId
- The ObjectId of the target section view.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the input is not a valid object id of section view.
|
Remarks
This API is obsolete. See AddToSectionView for the recommended alternative.
See Also