[]
Loads the XML input map file when the shape has the focus.
public void LoadXmlInputMapFileWhenShapeHasFocus(string fileName)
Public Sub LoadXmlInputMapFileWhenShapeHasFocus(fileName As String)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file. |
Loads the XML input map file when the shape has the focus.
public void LoadXmlInputMapFileWhenShapeHasFocus(Stream stream)
Public Sub LoadXmlInputMapFileWhenShapeHasFocus(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream of the file. |