NShape Reference
ModelController.GetChildModelObjects Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Controllers > ModelController Class >

NShape Reference
ModelController.GetChildModelObjects Method

Previous pageReturn to chapter overviewNext page

Retrieves all child model objects of the given model object. Does not return children of the returned child model objects.

Syntax

public void GetChildModelObjects(IModelObject modelObject)

Description

Adds the given model object to the selection.

Parameters

Name

Description

modelObject

Model object to select.

Exceptions

None