STK ObjectsSend comments on this topic.
Add Method (IAgCvRegionFilesCollection)
See Also
Filename
Windows





Windows & Linux

Description

Adds a new element to the collection.

Syntax

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

Parameters

Filename

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.