Share

LabelGroupSubEntity.Parent Property

Gets a reference to the LabelGroup instance parent of this object.



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

Syntax

C#

public LabelGroup Parent { get; }

VB

Public ReadOnly Property Parent As LabelGroup
	Get

C++

public:
property LabelGroup^ Parent {
	LabelGroup^ get ();
}

Property Value

LabelGroup

See Also

Reference

Was this information helpful?