STK Vector Geometry ToolSend comments on this topic.
AboutVector Property (IAgCrdnVolumeCalcAngleOffVector)
See Also
Windows





Windows & Linux

Description

The Volume Calc Angle Off Vector reference about vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AboutVector() As IAgCrdnVector
[C#]
public IAgCrdnVector AboutVector {get; set;}
[Managed C++]
public: __property IAgCrdnVector ^ get_AboutVector();
public: __property void set_AboutVector( IAgCrdnVector );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.