Interface ILoad
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface ILoad : IDisposable, ILabel
Properties
Color
Declaration
Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Deletable
Declaration
bool Deletable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Density
Declaration
float Density { get; set; }
Property Value
Type |
Description |
System.Single |
|
Detail
Declaration
string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
Disposed
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Distance
Declaration
float Distance { get; set; }
Property Value
Type |
Description |
System.Single |
|
Embedded
Declaration
bool Embedded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EntityId
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
Height
Declaration
Property Value
Type |
Description |
System.Single |
|
Identification
Declaration
string Identification { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAttached
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsGrouped
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
Property Value
Type |
Description |
System.Single |
|
LocalOrientation
Declaration
Matrix4x4 LocalOrientation { get; }
Property Value
Type |
Description |
System.Numerics.Matrix4x4 |
|
LocalPosition
Declaration
Vector3 LocalPosition { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Movable
Declaration
bool Movable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Orientation
Declaration
Matrix4x4 Orientation { get; set; }
Property Value
Type |
Description |
System.Numerics.Matrix4x4 |
|
Part
Declaration
Property Value
Path
Declaration
List<string> Path { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Pitch
Declaration
float Pitch { get; set; }
Property Value
Type |
Description |
System.Single |
|
Position
Declaration
Vector3 Position { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Report
Declaration
bool Report { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Roll
Declaration
Property Value
Type |
Description |
System.Single |
|
Routed
Declaration
Property Value
Type |
Description |
System.Boolean |
|
RouteOffset
Declaration
Vector3 RouteOffset { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Declaration
Vector3 RouteOffsetTransformed { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Selectable
Declaration
bool Selectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Selected
Declaration
Property Value
Type |
Description |
System.Boolean |
|
SelectedGroupLoad
Declaration
ILoad SelectedGroupLoad { get; }
Property Value
Sleeping
Declaration
Property Value
Type |
Description |
System.Boolean |
|
StartDisposing
Declaration
bool StartDisposing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Stopped
Declaration
Property Value
Type |
Description |
System.Boolean |
|
UserData
Declaration
object UserData { get; set; }
Property Value
Type |
Description |
System.Object |
|
UserDeletable
Declaration
bool UserDeletable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Waiting
Declaration
Property Value
Type |
Description |
System.Boolean |
|
WaitingTime
Declaration
float WaitingTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
Weight
Declaration
float Weight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
Property Value
Type |
Description |
System.Single |
|
Yaw
Declaration
Property Value
Type |
Description |
System.Single |
|
Methods
Deselect()
Declaration
Dispose(Boolean)
Declaration
Parameters
Type |
Name |
Description |
System.Boolean |
user |
|
DisposeCompleted()
Declaration
DoubleClick()
Declaration
InvokeAdded()
Declaration
InvokeOnSelecting()
Declaration
Declaration
void KeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
Declaration
void KeyUp(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
MoveTo(String)
Declaration
bool MoveTo(string destination)
Parameters
Type |
Name |
Description |
System.String |
destination |
|
Returns
Type |
Description |
System.Boolean |
|
Release()
Declaration
Release(Single)
Declaration
void Release(float delay)
Parameters
Type |
Name |
Description |
System.Single |
delay |
|
Select()
Declaration
Sleep()
Declaration
Stop()
Declaration
UnGroup()
Declaration
WakeUp()
Declaration