Adds a BPlane.
[Visual Basic .NET] |
---|
Public Sub Add( _ ByVal BPlaneName As String _ ) |
[C#] |
---|
public void Add( string BPlaneName ); |
[Managed C++] |
---|
public: void Add( String __gc ^ BPlaneName ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR BPlaneName ); |
[Java] |
---|
public void add( String BPlaneName ); |
[Python - STK API ] |
---|
def Add(self, BPlaneName:str) -> None: |
- BPlaneName