Description
Reference coordinate value from which steps
are taken.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ReferenceValue() As Double
|
[C#] |
public double ReferenceValue {get; set;}
|
[Managed C++] |
public: __property double get_ReferenceValue();
public: __property void set_ReferenceValue(
double
);
|
[Unmanaged C++] |
public: HRESULT get_ReferenceValue(
double * pRetVal
);
public: HRESULT put_ReferenceValue(
double NewReferenceValue
);
|
[Java] |
public double getReferenceValue();public void setReferenceValue(
double
);
|
See Also