SoToHTMLActionSetImageURLName Method |
Sets the URL name of image in the HTML file, ("image.jpg" by default).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetImageURLName(
string name
)
Public Sub SetImageURLName (
name As String
)
public:
void SetImageURLName(
String^ name
)
member SetImageURLName :
name : string -> unit
Parameters
- name
- Type: SystemString
Remarks This is the first way to specify the image file name.
See Also