Click or drag to resize

MapStyleGetPropertyNames Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get names of available properties.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string[] GetPropertyNames()

Return Value

Type: String
An array of property names for this MapStyle.
Examples
C#
// Properties are set in the Chameleon (.CAM) file as follows:
PROPERTY copyright = "Verizon Connect, Copyright __YEAR__"
See Also