Specify a spin vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property SpinVector() As IAgCrdnVectorRefTo |
[C#] |
---|
public IAgCrdnVectorRefTo SpinVector {get;} |
[Managed C++] |
---|
public: __property IAgCrdnVectorRefTo ^ get_SpinVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpinVector( IAgCrdnVectorRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnVectorRefTo getSpinVector(); |
[Python - STK API ] |
---|
@property def SpinVector(self) -> "IAgCrdnVectorRefTo": |