RelaxISPluginName Property |
The plugins's internal name, that is used to reference it on various occasions
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract string Name { get; }
Public MustOverride ReadOnly Property Name As String
Get
Dim instance As RelaxISPlugin
Dim value As String
value = instance.Name
Property Value
StringImplements
IToolNameSee Also