STK UtilSend comments on this topic.
Assign Method (IAgDirection)
See Also
pDirection
The direction to assign from.
Windows





Windows & Linux

Description

Assign a new direction.

Syntax

[Visual Basic .NET]
Public Sub Assign( _
    ByVal pDirection As IAgDirection _
)
[C#]
public void Assign(
    IAgDirection pDirection
);
[Managed C++]
public: void Assign(
    IAgDirection ^ pDirection
);
[Unmanaged C++]
public: HRESULT Assign(
    IAgDirection * pDirection
);
[Java]
public void assign(
    IAgDirection pDirection
);
[Python - STK API ]
def Assign(self, pDirection:"IAgDirection") -> None:

Parameters

pDirection
The direction to assign from.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.