Class PlainTcoAiStatus
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAiStatus
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
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: TcoElementsConnector.dll
Syntax
public class PlainTcoAiStatus : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAiStatus()
Declaration
public PlainTcoAiStatus()
Fields
|
Improve this Doc
View Source
_RawRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_RealRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_Scaled
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
RawRange
Declaration
public float RawRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RealRange
Declaration
public float RealRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Scaled
Declaration
public float Scaled { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAiStatus)
Declaration
public void CopyCyclicToPlain(ITcoAiStatus source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAiStatus)
Declaration
public void CopyCyclicToPlain(TcoAiStatus source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAiStatus)
Declaration
public void CopyPlainToCyclic(ITcoAiStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAiStatus)
Declaration
public void CopyPlainToCyclic(TcoAiStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAiStatus)
Declaration
public void CopyPlainToShadow(IShadowTcoAiStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAiStatus)
Declaration
public void CopyPlainToShadow(TcoAiStatus target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAiStatus)
Declaration
public void CopyShadowToPlain(IShadowTcoAiStatus source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAiStatus)
Declaration
public void CopyShadowToPlain(TcoAiStatus source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain