AGI STK Objects 11Send comments on this topic.
SetMarkerImageFile Method (IAgVOMarker)
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 _
) As 
[C#]
public void SetMarkerImageFile(
    string ImageFile
);
[Managed C++]
public: void SetMarkerImageFile(
    String __gc ^ ImageFile
);
[Java]
public void setMarkerImageFile(
    String ImageFile
);
[Unmanaged C++]
public: HRESULT SetMarkerImageFile(
    BSTR ImageFile
);

Parameters

ImageFile

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.