Gets or Sets the vector's source-to-arrow-tip 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( |
[Java] |
---|
public double getLength();public void setLength( |