STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR BPlaneName
);
[Java]
public void remove(
    String BPlaneName
);
[Python - STK API ]
def Remove(self, BPlaneName:str) -> None:

Parameters

BPlaneName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.