STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT LoadCustomMarker(
    BSTR Filename
);
[Java]
public void loadCustomMarker(
    String Filename
);
[Python - STK API ]
def LoadCustomMarker(self, Filename:str) -> None:

Parameters

Filename
The file name where the custom marker is.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.