Gets or sets the length.
Read-write property
[Visual Basic .NET] |
---|
Public Property Length() As Double |
[C#] |
---|
public double Length {get; set;} |
[Managed C++] |
---|
public: __property double get_Length(); |
[Unmanaged C++] |
---|
public: HRESULT get_Length( double * pVal ); public: HRESULT put_Length( double val ); |
[Java] |
---|
public double getLength(); public void setLength( double ); |