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.DatabaseServices
Assembly: 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()

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