AGI STK Objects 11Send 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
);
[Java]
public  assign(
   IAgLLAPosition pPos
);
[Unmanaged C++]
public: HRESULT Assign(
   IAgLLAPosition * pPos
);

Parameters

pPos
The position type to assign from.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.