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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1