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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.