Click or drag to resize

IAspectComponent Interface

Aspects that implement this will be compatible with the AspectViewer

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IAspectComponent : INotifyPropertyChanged

The IAspectComponent type exposes the following members.

Properties
  NameDescription
Public propertyIsCollapsed
Collapse or expand the aspect in the Aspect Viewer.
Public propertyIsEnabled
The value for whether the aspect is enabled.
Top
See Also