Gets the object id collection of all the profile views in which this part was drawn.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ObjectIdCollection GetProfileViewsDisplayingMe()
Visual Basic
Public Function GetProfileViewsDisplayingMe As ObjectIdCollection
Visual C++
public:
ObjectIdCollection^ GetProfileViewsDisplayingMe()

Remarks

OBJECTID TYPE: Autodesk.Civil.DatabaseServices.ProfileView

See Also