Click or drag to resize

MapSetProperty Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets internal map parameters.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool SetProperty(
	string name,
	Object prop_value
)

Parameters

name
Type: SystemString
Parameter to set.
prop_value
Type: SystemObject
Value to set the parameter to.

Return Value

Type: Boolean
True if the property was set, false otherwise.
Remarks
This method returns true if name matches a recognized property, and that property was successfully updated with prop_value. It will return false if the name specified is not recognized by the implementation.
See Also