RelaxISPluginPluginSourcePath Property |
Gets or sets the full path of the file that the plugin was loaded from.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string PluginSourcePath { get; set; }
Public Property PluginSourcePath As String
Get
Set
Dim instance As RelaxISPlugin
Dim value As String
value = instance.PluginSourcePath
instance.PluginSourcePath = value
Property Value
StringRemarks This includes the path, filename and extension. The property is set when the plugin is loaded.
See Also