PresentationObject.ChildPresentationObjects Property
Gets the presentation objects that are children of the PresentationObject.
Syntax
public PresentationObjectCollection ChildPresentationObjects { get; }
Property Value
The presentation objects that are children of the this presentation object.
Remarks
Some visualizers create composite presentation objects, by combining presentation objects from other visualizers, for example PointVisualizerSet. This property can be used to access the individual presentation objects.
For other types of presentation objects, an empty list will be returned.
Platforms
Windows, Linux, Android