AGI STK Objects 11 Send 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
);

[Java]
public  setMarkerImageFile(
String ImageFile
);

[Unmanaged C++]
public: HRESULT SetMarkerImageFile(
BSTR ImageFile
);

Parameters

ImageFile

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface