PositionProperty Class
The position properties of a Terminal Emulator object.

C# Syntax

public class PositionProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.TE.PositionProperty

Public Constructors
 NameDescription
Public ConstructorPositionProperty ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyColumnReturns the column attribute of the test object position.  
Public PropertyRowReturns the row attribute of the test object position.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of this object.  
Public MethodGetPropertiesReturns the inner properties of this property.  
Top
Public Operators
public Operator Implicit Type Conversion Implicits casting of Position to PositionProperty.
Top