Click or drag to resize

VisualComponentVisualComponentModel Class

The contract for how a component model should behave.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualComponentVisualComponentModel
    Demo3D.VisualsVisualComponentComponentMembershipModel
    Demo3D.VisualsVisualComponentSelectParentWhenPickedModel

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public abstract class VisualComponentModel

The VisualComponentVisualComponentModel type exposes the following members.

Constructors
  NameDescription
Protected methodVisualComponentVisualComponentModel
Initializes a new instance of the VisualComponentVisualComponentModel class
Top
Methods
  NameDescription
Public methodAdd
Add visuals to a component.
Public methodFind
Find all the component roots for this visual. If filterTypes is null or empty, we return all component roots for the visual. If filterTypes is set, then we may return only the component roots for the given types. Even if filterTypes is set, we may return roots for other component types too - filterTypes is just a hint.
Public methodRemove
Remove visuals from a component. Should be tolerant of 'component' or 'componentType' being null or invalid.
Top
See Also