Property used to access the Relative Length.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelativeLength() As Double |
[C#] |
---|
public double RelativeLength {get; set;} |
[Managed C++] |
---|
public: __property double get_RelativeLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeLength( double * pRetVal ); public: HRESULT put_RelativeLength( double RelativeLength ); |
[Java] |
---|
public double getRelativeLength(); public void setRelativeLength( double ); |