Click or drag to resize

VisualComponentSearchCriteria Class

How to search for a component.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualComponentSearchCriteria

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

The VisualComponentSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodVisualComponentSearchCriteria
Initializes a new instance of the VisualComponentSearchCriteria class
Top
Properties
  NameDescription
Public propertyComponentTypes
Search for components of one of these comopnent types.
Public propertySelectLargest
If no component can be found from the ComponentTypes list, then just return the largest component.
Public propertySelectSmallest
If no component can be found from the ComponentTypes list, then just return the smallest component.
Public propertyVisualIsComponent
If no component can be found, then return the calling visual.
Top
See Also