Description
Constraint the slew rate along the direction
of X axis
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property PerAxisX() As Double
|
[C#] |
public double PerAxisX {get; set;}
|
[Managed C++] |
public: __property double get_PerAxisX();
public: __property void set_PerAxisX(
double
);
|
[Unmanaged C++] |
public: HRESULT get_PerAxisX(
double * pRetVal
);
public: HRESULT put_PerAxisX(
double NewPerAxisX
);
|
[Java] |
public double getPerAxisX();public void setPerAxisX(
double
);
|
See Also