mobileFX VHX
VHX Object / HMI_URL Property
In This Topic
    HMI_URL Property
    In This Topic
    Description
    Initialize a Human Machine Interface with a specific media to play by assigning the path to it.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property HMI_URL As String
    Return Type
    The path to the media that should play.
    Example
    private void axVHX1_OnPlayerReady(object sender, EventArgs e)
    {
        axVHX1.HMI_URL = "file:///path-to-your-video-file";
    }
    See Also