An input vector scaled by the scalar. Can be any VGT vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property InputVector() As IAgCrdnVector |
[C#] |
---|
public IAgCrdnVector InputVector {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnVector ^ get_InputVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_InputVector( IAgCrdnVector ** ppRetVal ); public: HRESULT put_InputVector( IAgCrdnVector InputVector ); |
[Java] |
---|
public IAgCrdnVector getInputVector(); public void setInputVector( IAgCrdnVector ); |
[Python - STK API ] |
---|
@property def InputVector(self) -> "IAgCrdnVector": @InputVector.setter def InputVector(self, InputVector:"IAgCrdnVector") -> None: |