Click or drag to resize

RelaxISPluginPluginSourcePath Property

Gets or sets the full path of the file that the plugin was loaded from.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public string PluginSourcePath { get; set; }

Property Value

String
Remarks
This includes the path, filename and extension. The property is set when the plugin is loaded.
See Also