HdrDataSet.HeaderFileExtension Property
Gets or sets the extension for the header files.
Syntax
public System.String HeaderFileExtension { get; set; }
Property Value
Default: "hdr"
A string containing the header file extension, without the dot.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux, Android