Returns true if the objectName (Model3DGroup or GeometryModel3D) has children (at least one - empty collectio returns false). GeometryModel3D can have children if for it there was a Model3DGroup created (becasue of a hierarchy). In this case there is a (objectName + Reader3ds.GroupNameSuffix) in NamedObjects dictionary.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public bool HasChildren(
	string objectName
)
Visual Basic (Declaration)
Public Function HasChildren ( _
	objectName As String _
) As Boolean
Visual C++
public:
bool HasChildren(
	String^ objectName
)

Parameters

objectName
Type: System..::.String
objectName

Return Value

true if model has children

See Also