Gets a reference to the LabelGroup instance parent of this object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public LabelGroup Parent { get; }
Visual Basic
Public ReadOnly Property Parent As LabelGroup Get
Visual C++
public: property LabelGroup^ Parent { LabelGroup^ get (); }