Add a new plane to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVmVOCrossSectionPlane Add( string Plane ); |
| [Managed C++] |
|---|
public: IAgVmVOCrossSectionPlane^ Add( String __gc ^ Plane ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVmVOCrossSectionPlane add( String Plane ); |
[Python - STK API ] |
|---|
def Add(self, Plane:str) -> "IAgVmVOCrossSectionPlane": |
- Plane






