AGI STK Astrogator 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.