Class PlainTcoAxisRef
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAxisRef
Implements
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()
Namespace: TcoDrivesBeckhoff
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public class PlainTcoAxisRef : IPlain
Constructors
| Improve this Doc View SourcePlainTcoAxisRef()
Declaration
public PlainTcoAxisRef()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoAxisRef)
Declaration
public void CopyCyclicToPlain(ITcoAxisRef source)
Parameters
Type | Name | Description |
---|---|---|
ITcoAxisRef | source |
CopyCyclicToPlain(TcoAxisRef)
Declaration
public void CopyCyclicToPlain(TcoAxisRef source)
Parameters
Type | Name | Description |
---|---|---|
TcoAxisRef | source |
CopyPlainToCyclic(ITcoAxisRef)
Declaration
public void CopyPlainToCyclic(ITcoAxisRef target)
Parameters
Type | Name | Description |
---|---|---|
ITcoAxisRef | target |
CopyPlainToCyclic(TcoAxisRef)
Declaration
public void CopyPlainToCyclic(TcoAxisRef target)
Parameters
Type | Name | Description |
---|---|---|
TcoAxisRef | target |
CopyPlainToShadow(IShadowTcoAxisRef)
Declaration
public void CopyPlainToShadow(IShadowTcoAxisRef target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoAxisRef | target |
CopyPlainToShadow(TcoAxisRef)
Declaration
public void CopyPlainToShadow(TcoAxisRef target)
Parameters
Type | Name | Description |
---|---|---|
TcoAxisRef | target |
CopyShadowToPlain(IShadowTcoAxisRef)
Declaration
public void CopyShadowToPlain(IShadowTcoAxisRef source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoAxisRef | source |
CopyShadowToPlain(TcoAxisRef)
Declaration
public void CopyShadowToPlain(TcoAxisRef source)
Parameters
Type | Name | Description |
---|---|---|
TcoAxisRef | source |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
Vortex.Connector.IPlain