Show / Hide Table of Contents

Interface IMotorTranslationAssemblyCollection

Namespace: Experior.Interfaces.Collections
Assembly: Experior.Interfaces.dll
Syntax
public interface IMotorTranslationAssemblyCollection

Properties

Gears

Declaration
Dictionary<IAssembly, float> Gears { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<IAssembly, System.Single>

Items

Declaration
List<IAssembly> Items { get; }
Property Value
Type Description
System.Collections.Generic.List<IAssembly>

Methods

Add(IAssembly)

Declaration
void Add(IAssembly assembly)
Parameters
Type Name Description
IAssembly assembly

Add(IAssembly, Single)

Declaration
void Add(IAssembly assembly, float gear)
Parameters
Type Name Description
IAssembly assembly
System.Single gear

Clear()

Declaration
void Clear()

Remove(IAssembly)

Declaration
void Remove(IAssembly assembly)
Parameters
Type Name Description
IAssembly assembly
Back to top Generated by DocFX