EnvironmentDataPath Property |
Get default location for sample data
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
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