Class Environment.SolutionExplorer
Inheritance
System.Object
Environment.SolutionExplorer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public class SolutionExplorer
Properties
CustomIconEnabled
Declaration
public static bool CustomIconEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SceneFocusEnabled
Declaration
public static bool SceneFocusEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Suspend
Declaration
public static bool Suspend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WarningNotificationEnabled
Declaration
public static bool WarningNotificationEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Add(Environment.SolutionExplorer.TreeNode)
Declaration
public static void Add(Environment.SolutionExplorer.TreeNode node)
Parameters
Clear()
Declaration
public static void Clear()
Refresh()
Declaration
public static void Refresh()
Refresh(IEntity)
Declaration
public static void Refresh(IEntity entity)
Parameters
Type |
Name |
Description |
IEntity |
entity |
|
Select(Assembly)
Declaration
public static void Select(Assembly assembly)
Parameters
Select(IAssembly)
Declaration
public static void Select(IAssembly assembly)
Parameters
Select(IElectricMotor)
Declaration
public static void Select(IElectricMotor motor)
Parameters
Select(IReadOnlyList<IAssembly>)
Declaration
public static void Select(IReadOnlyList<IAssembly> assemblies)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IReadOnlyList<IAssembly> |
assemblies |
|
Update(IEntity)
Declaration
[Obsolete("Please use Refresh(IEntity entity) instead", false)]
public static void Update(IEntity entity)
Parameters
Type |
Name |
Description |
IEntity |
entity |
|