AGI STK Objects 11 Send comments on this topic.
LoadCustomMarker Method (IAgStkObjectRoot)
See Also 
Filename
The file name where the custom marker is.
Windows






Windows & Linux

Description

Adds a custom marker to Application

Syntax

[Visual Basic .NET]
Public Sub LoadCustomMarker( _
   ByVal Filename As String _
) 

[C#]
public void LoadCustomMarker(
string Filename
);

[Managed C++]
public: void LoadCustomMarker(
String __gc ^ Filename
);

[Java]
public  loadCustomMarker(
String Filename
);

[Unmanaged C++]
public: HRESULT LoadCustomMarker(
BSTR Filename
);

Parameters

Filename
The file name where the custom marker is.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface