Interface IMotorTranslationCoordinateSystemCollection
Namespace: Experior.Interfaces.Collections
Assembly: Experior.Interfaces.dll
Syntax
public interface IMotorTranslationCoordinateSystemCollection
Properties
Gears
Declaration
Dictionary<ICoordinateSystem, float> Gears { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ICoordinateSystem, System.Single> |
Items
Gets the items.
Declaration
List<ICoordinateSystem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ICoordinateSystem> | The items. |
Methods
Add(ICoordinateSystem)
Adds the specified assembly.
Declaration
void Add(ICoordinateSystem assembly)
Parameters
Type | Name | Description |
---|---|---|
ICoordinateSystem | assembly | The assembly. |
Add(ICoordinateSystem, Single)
Adds the specified assembly.
Declaration
void Add(ICoordinateSystem coordinatesystem, float gear)
Parameters
Type | Name | Description |
---|---|---|
ICoordinateSystem | coordinatesystem | |
System.Single | gear | The gear. |
Exceptions
Type | Condition |
---|---|
System.Exception |
Clear()
Clears this instance.
Declaration
void Clear()
Remove(ICoordinateSystem)
Removes the specified coordinatesystem.
Declaration
void Remove(ICoordinateSystem coordinatesystem)
Parameters
Type | Name | Description |
---|---|---|
ICoordinateSystem | coordinatesystem | The coordinatesystem. |