Gets and sets the GUID for the palette. GUIDs are listed in the palette XMLs found in the Pseudo directory, which is located under the [TerraExplorer installation]\ Lang\1033 folder and under %APPDATA%\Skyline\TerraExplorer.
Note: 1033 is the English language directory. If you are running TerraExplorer in a different language, the Pseudo folder will be located under your language directory.
This property is applied only when the DisplayStyle property is set to CDS_CONTOUR_STYLE_COLORS or CDS_CONTOUR_STYLE_LINES_AND_COLORS.
JavaScript |
|
|
|
PaletteID |
C# |
|
|
|
string PaletteID { get; set; } |
C++ |
|
|
|
HRESULT PaletteID([out, retval] BSTR* pVal) HRESULT PaletteID([in] BSTR pVal) |