Share

LabelGroup.SubEntityCount Property

Gets the number of sub-entity labels managed by this group label.



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

Syntax

C#

public uint SubEntityCount { get; }

VB

Public ReadOnly Property SubEntityCount As UInteger
	Get

C++

public:
property unsigned int SubEntityCount {
	unsigned int get ();
}

Property Value

UInt32

See Also

Reference

Was this information helpful?