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

© 2018 Analytical Graphics, Inc. All Rights Reserved.