AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVmVOCrossSectionPlaneCollection)
See Also 
Plane





Description

Add a new plane to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Plane As String _
) As IAgVmVOCrossSectionPlane

[C#]
public IAgVmVOCrossSectionPlane Add(
string Plane
);

[Managed C++]
public: IAgVmVOCrossSectionPlane^ Add(
String __gc ^ Plane
);

[Java]
public IAgVmVOCrossSectionPlane add(
String Plane
);

[Unmanaged C++]
public: HRESULT Add(
BSTR Plane,
IAgVmVOCrossSectionPlane ** ReturnValue
);

Parameters

Plane

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1