An NDoc Documented Class Library

MNComponent.ChildByName Method 

Retrieves the index of child by a name.

public int ChildByName(
   string value
);

Parameters

value
Name of the searched component

Return Value

returns the index if a child with the name value exists else -1 will be returned.

See Also

MNComponent Class | Minais.Drawing3d Namespace