Interface IShadowTcoAoConfig
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoElementsConnector.dll
Syntax
public interface IShadowTcoAoConfig : IVortexShadowObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gain
Declaration
IShadowReal Gain { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowReal |
|
|
Improve this Doc
View Source
Offset
Declaration
IShadowReal Offset { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowReal |
|
|
Improve this Doc
View Source
RawHigh
Declaration
IShadowDInt RawHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDInt |
|
|
Improve this Doc
View Source
RawLow
Declaration
IShadowDInt RawLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDInt |
|
|
Improve this Doc
View Source
RealHigh
Declaration
IShadowReal RealHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowReal |
|
|
Improve this Doc
View Source
RealLow
Declaration
IShadowReal RealLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoAoConfig)
Declaration
void CopyPlainToShadow(PlainTcoAoConfig source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoAoConfig CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()