STK Vector Geometry ToolSend comments on this topic.
AlongVector Property (IAgCrdnVolumeCalcDelayRange)
See Also
Windows





Windows & Linux

Description

The Volume Calc Range Along Vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlongVector() As IAgCrdnVector
[C#]
public IAgCrdnVector AlongVector {get; set;}
[Managed C++]
public: __property IAgCrdnVector ^ get_AlongVector();
public: __property void set_AlongVector( IAgCrdnVector );
[Unmanaged C++]
public: HRESULT get_AlongVector(
    IAgCrdnVector ** ppRetVal
);
public: HRESULT put_AlongVector(
    IAgCrdnVector AlongVector
);
[Java]
public IAgCrdnVector getAlongVector();
public void setAlongVector(
    IAgCrdnVector
);
[Python - STK API ]
@property
def AlongVector(self) -> "IAgCrdnVector":

@AlongVector.setter
def AlongVector(self, AlongVector:"IAgCrdnVector") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.