STK ObjectsSend comments on this topic.
Add Method (IAgVePropagator11ParamDescriptorCollection)
See Also
FilePath
Windows





Windows & Linux

Description

Adds a new element to the collection.

Syntax

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

Parameters

FilePath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.