PartRemoveFromAllSectionViews Method |
Note: This API is now obsolete.
Removes the part from all the section views 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 RemoveFromAllSectionViews()<ObsoleteAttribute("This API is obsolete. Use SampleLineGroup.GetSectionSources() and set SectionSource.IsSampled = false instead.",
false)>
Public Sub RemoveFromAllSectionViewspublic:
[ObsoleteAttribute(L"This API is obsolete. Use SampleLineGroup.GetSectionSources() and set SectionSource.IsSampled = false instead.",
false)]
void RemoveFromAllSectionViews()
Remarks
This API is obsolete. See AddToSectionView for the recommended alternative.
See Also