STK ObjectsSend comments on this topic.
Assign Method (IAgLLAPosition)
See Also
pPos
The position type to assign from.
Windows





Windows & Linux

Description

Assign a new position.

Syntax

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

Parameters

pPos
The position type to assign from.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.