New to Telerik Test StudioStart a free 30-day trial

Point3D

Class

Definition

Constructors

C#
public Point3D()

Fields

C#
public static AutomationProperty XProperty
C#
public static AutomationProperty YProperty
C#
public static AutomationProperty ZProperty

Properties

C#
[DataMember]
public virtual double X { get; set; }
C#
[DataMember]
public virtual double Y { get; set; }
C#
[DataMember]
public virtual double Z { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<Point3D>.GetRealType()