MIXmlDocumentSetProperty() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
ft:locale
en-US
Product name
MapBasic
ft:title
MapInfo MapBasic Reference
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:32:32.686000

Purpose

Sets the properties for the MIXmlDocument object.

Syntax

MIXmlDocumentSetProperty( ByVal hXMLDocument As MIXmlDocument, 
	ByVal strPropertyName As String, ByVal strPropertyValue As String )
	As SmallInt

hXMLDocument is the MIXmlDocument object handle.

strPropertyName is a string that contains the name of the property to be set. For a list of properties that can be set using this method, refer to the Microsoft MSDN library.

strPropertyValue is a string that contains the value of the specified property. For a list of property values that can be set using this method, refer to the Microsoft MSDN library.

Return Value

Nonzero if successful; otherwise 0.

Description

This method sets the property on the MIXmlDocument object. There are some limitation on which properties can be set using this method. For details, refer to the Microsoft MSDN library.