Childs

The Clipper Library

PolyNode.Childs

Del.» property Childs[index: Integer]: TPolyNode; //read only

C++ » std::vector < PolyNode* > Childs;//public field

C#  » public List < PolyNode > Childs; //read only property

A read-only list of PolyNode.
Outer PolyNode childs contain hole PolyNodes, and hole PolyNode childs contain nested outer PolyNodes.

See Also

ChildCount