AGI STK VGT 11 Send comments on this topic.
SetPlane Method (IAgCrdnPlaneRefTo)
See Also 
Plane
A pointer to a valid plane.
Windows






Windows & Linux

Description

Sets a new plane.

Syntax

[Visual Basic .NET]
Public Sub SetPlane( _
   ByVal Plane As IAgCrdnPlane _
) 

[C#]
public void SetPlane(
IAgCrdnPlane Plane
);

[Managed C++]
public: void SetPlane(
IAgCrdnPlane ^ Plane
);

[Java]
public  setPlane(
IAgCrdnPlane Plane
);

[Unmanaged C++]
public: HRESULT SetPlane(
IAgCrdnPlane * Plane
);

Parameters

Plane
A pointer to a valid plane.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface