MapSetProperty Method | |
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
)
Public Function SetProperty (
name As String,
prop_value As Object
) As Boolean
Parameters
- name
- Type: SystemString
Parameter to set. - prop_value
- Type: SystemObject
Value to set the parameter to.
Return Value
Type:
BooleanTrue 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