The number of layers in the server under a certain parent.
[Visual Basic 6.0] Property LayerCount(
ByVal parentID As Long _
) As Long
[Visual Basic .NET] Public Function get_LayerCount ( _ ByVal parentID As Integer _ ) As Integer
[C#] public int get_LayerCount ( int parentID );
[Java] public int getLayerCount ( Long parentID )
[C++]
HRESULT get_LayerCount(
long parentID,
long* Count
);
Parameters
parentID [in]
parentID is a parameter of type long
Count [out, retval]
Count is a parameter of type long