PartGetSectionViewsDisplayingMe Method |
Note: This API is now obsolete.
Gets the object id collection of all the section views in which this part was drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax[ObsoleteAttribute("This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.",
false)]
public ObjectIdCollection GetSectionViewsDisplayingMe()<ObsoleteAttribute("This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.",
false)>
Public Function GetSectionViewsDisplayingMe As ObjectIdCollectionpublic:
[ObsoleteAttribute(L"This API is obsolete. It is associated with the deprecated AddToSectionView mechanism.",
false)]
ObjectIdCollection^ GetSectionViewsDisplayingMe()
Return Value
ObjectIdCollection
Remarks
This API is obsolete. It returns section views populated by the deprecated AddToSectionView mechanism.
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.SectionView
See Also