CustomVisualizerContext.ConfigurationPath Property
Gets the directory the configuration file was loaded from.
Syntax
public System.String ConfigurationPath { get; }
Property Value
The directory the configuration was loaded from.
Remarks
This property can be used to locate data files or other resources that are located relative to the configuration file from which the custom visualizer was loaded.
If the custom visualizer was not loaded from a configuration file, but created from application code, this property will return an empty string.
On Windows, the directory string may have a trailing slash or backslash after the directory name. If your custom object should run on multiple platforms, always check for a trailing slash or backslash.
Platforms
Windows, Linux, Android