AGI STK Objects 11 Send comments on this topic.
Assign Method (IAgLLAPosition)
See Also 
pPos
The position type to assign from.





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

[Java]
public  assign(
IAgLLAPosition pPos
);

[Unmanaged C++]
public: HRESULT Assign(
IAgLLAPosition * pPos
);

Parameters

pPos
The position type to assign from.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1