RelaxISPlugin_FileFormatSourcePath Property |
If the input data comes from a file, this property will contain the full path of the source file
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string SourcePath { get; set; }
Public Property SourcePath As String
Get
Set
Dim instance As RelaxISPlugin_FileFormat
Dim value As String
value = instance.SourcePath
instance.SourcePath = value
Return Value
StringA string with the full path of the source file, or null if the data source is not a file
See Also