EnvironmentDataPath Property |
Get default location for sample data
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic static string DataPath { get; }
Public Shared ReadOnly Property DataPath As String
Get
public:
static property String^ DataPath {
String^ get ();
}
Property Value
Type:
String
Remarks
The default location for sample data can be configured through the ZIVID_DATA environment variable
See Also