LabelGroupSubEntities Property |
Gets the number of sub-entity labels managed by this group label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual IList<LabelGroupSubEntity> SubEntities { get; }
Public Overridable ReadOnly Property SubEntities As IList(Of LabelGroupSubEntity)
Get
public:
virtual property IList<LabelGroupSubEntity^>^ SubEntities {
IList<LabelGroupSubEntity^>^ get ();
}
Property Value
IListLabelGroupSubEntity
See Also