AGI STK Astrogator 11 Send comments on this topic.
Remove Method (IAgVABPlaneCollection)
See Also 
BPlaneName
Windows






Windows & Linux

Description

Removes a BPlane.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal BPlaneName As String _
) 

[C#]
public void Remove(
string BPlaneName
);

[Managed C++]
public: void Remove(
String __gc ^ BPlaneName
);

[Java]
public  remove(
String BPlaneName
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR BPlaneName
);

Parameters

BPlaneName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface