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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.