ArcFM Engine Developer Guide
MMWMSPropertySet Interface Members
Properties  Methods 

The following tables list the members exposed by MMWMSPropertySet.

Public Properties
 NameDescription
 PropertyCountThis property provides a count of the number of properties in the propertyset. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 PropertyDirtyThis property indicates whether the propertyset has been modified or is dirty. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
Top
Public Methods
 NameDescription
 MethodExistsUse this method to check to see if the name/value pair already exists. Duplicates are not allowed. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodGetAllPropertiesAsXMLThis method returns all properties as an XML. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodGetNameByIndexThis method returns a property name when given its index in the list. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodGetPropertyThis method returns a property value when given its corresponding name. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodGetPropertyByIndexThis method returns a property value when given its index in the list. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodRemoveAllThis method removes all properties in the propertyset. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodRemovePropertyThis method removes a specific property (given its name) from a propertyset. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
 MethodSetPropertyThis method adds a name/value pair to the propertyset. Use the Exists method to ensure the property name does not already exist in the propertyset. (Inherited from Miner.Interop.Process.IMMWMSPropertySet)
Top
See Also

Reference

MMWMSPropertySet Interface
Miner.Interop.Process Namespace

 

 


Send Comment