AGI STK Objects 11Send comments on this topic.
Add Method (IAgCvPointFileListCollection)
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
);
[Java]
public  add(
   String Filename
);
[Unmanaged C++]
public: HRESULT Add(
   BSTR Filename
);

Parameters

Filename

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.