STK ObjectsSend comments on this topic.
Add Method (IAgAdvCATChosenObjectCollection)
See Also
Object
Windows





Windows & Linux

Description

Add a new chosen object to the collection.

Syntax

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

Parameters

Object

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.