AGI STK Util 11 Send comments on this topic.
Assign Method (IAgPosition)
See Also 
pPosition
The IAgPosition type to assign from.





Description

This assigns the coordinates into the system.

Syntax

[Visual Basic .NET]
Public Sub Assign( _
   ByVal pPosition As IAgPosition _
) 

[C#]
public void Assign(
IAgPosition pPosition
);

[Managed C++]
public: void Assign(
IAgPosition ^ pPosition
);

[Java]
public  assign(
IAgPosition pPosition
);

[Unmanaged C++]
public: HRESULT Assign(
IAgPosition * pPosition
);

Parameters

pPosition
The IAgPosition type to assign from.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1