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.2.3892.0

Syntax

C#

public uint SubEntityCount { get; }

Visual Basic

Public ReadOnly Property SubEntityCount As UInteger
	Get

Visual C++

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

See Also