STK ObjectsSend comments on this topic.
SetMarkerImageFile Method (IAgMtoVOMarker)
See Also
ImageFile
Windows





Windows & Linux

Description

Method to set the marker image file.

Syntax

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

Parameters

ImageFile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.