AGI STK Util 11 Send comments on this topic.
Assign Method (IAgDirection)
See Also 
pDirection
The direction to assign from.





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

[Java]
public  assign(
IAgDirection pDirection
);

[Unmanaged C++]
public: HRESULT Assign(
IAgDirection * pDirection
);

Parameters

pDirection
The direction to assign from.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1