Click or drag to resize

MapCtrlSetProperty Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Allows map-specific (internal) properties to be set. For internal use.

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
Name of the property to set.
prop_value
Type: SystemObject
Value to set the property 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 succesfully updated with prop_value. It will return false if the name specified is not recognized by the implementation.
See Also