VisualizerSet Class
A visualizer that group several visualizers into one.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class VisualizerSet : Visualizer
Remarks
A VisualizerSet groups several visualizers into one, which can be convenient e.g. when several visualizers share the same condition.
VisualizerSet does not support the PickingSupport property.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Visualizer
VisualizerSet
CompositeLineVisualizer
Platforms
Windows, Linux, Android
VisualizerSet Members
The VisualizerSet type has the following members.
Constructors
Name | Description |
---|---|
VisualizerSet | Initializes a new instance of the VisualizerSet class. |
Properties
Name | Description |
---|---|
Condition | Gets or sets a condition that must evaluate to true if the visualizer shall be applied to a feature. Inherited from Visualizer |
IsDisposed | Gets a value that tells whether the current VisualizerSet has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the VisualizerSet. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current VisualizerSet represents. Inherited from EngineObject |
PickingSupport | Gets or sets a value specifying how much information is maintained when the visualizer creates a PresentationObject for a feature. Inherited from Visualizer |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Visualizers | Gets the list of visualizers that belong to this group. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Draw | Draws a feature on a drawable. Inherited from Visualizer |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
FindChildObject | Overloaded. Finds the child object with the specified name. Inherited from Visualizer |
GetChildObjects | Overloaded. Gets the child objects of the current object. Inherited from Visualizer |