The Volume Calc Angle Off Vector reference about vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property AboutVector() As IAgCrdnVector |
[C#] |
---|
public IAgCrdnVector AboutVector {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnVector ^ get_AboutVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_AboutVector( IAgCrdnVector ** ppRetVal ); public: HRESULT put_AboutVector( IAgCrdnVector AboutVector ); |
[Java] |
---|
public IAgCrdnVector getAboutVector(); public void setAboutVector( IAgCrdnVector ); |
[Python - STK API ] |
---|
@property def AboutVector(self) -> "IAgCrdnVector": @AboutVector.setter def AboutVector(self, AboutVector:"IAgCrdnVector") -> None: |