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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.