Enum KmlDisplayModes

KmlDisplayModes enumeration

Controls whether the element is displayed or hidden.

public enum KmlDisplayModes

Values

NameValueDescription
Show0Specifies to show the element (known as ‘default’ in the kml specification).
Hide1Specifies to hide the element.

See Also