STK ObjectsSend comments on this topic.
Add Method (IAgVmVOCrossSectionPlaneCollection)
See Also
Plane
Windows





Windows & Linux

Description

Add a new plane to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal Plane As String _
) As IAgVmVOCrossSectionPlane
[C#]
public IAgVmVOCrossSectionPlane Add(
    string Plane
);
[Managed C++]
public: IAgVmVOCrossSectionPlane^ Add(
    String __gc ^ Plane
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR Plane,
    IAgVmVOCrossSectionPlane ** ppRetVal
);
[Java]
public IAgVmVOCrossSectionPlane add(
    String Plane
);
[Python - STK API ]
def Add(self, Plane:str) -> "IAgVmVOCrossSectionPlane":

Parameters

Plane

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.