ArcFM Desktop Developer Guide
IMMWMSPropertySet Interface Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by IMMWMSPropertySet.

Public Properties
 NameDescription
 PropertyCountThis property provides a count of the number of properties in the propertyset.  
 PropertyDirtyThis property indicates whether the propertyset has been modified or is dirty.  
Top
Public Methods
 NameDescription
 MethodExistsUse this method to check to see if the name/value pair already exists. Duplicates are not allowed.  
 MethodGetAllPropertiesAsXMLThis method returns all properties as an XML.  
 MethodGetNameByIndexThis method returns a property name when given its index in the list.  
 MethodGetPropertyThis method returns a property value when given its corresponding name.  
 MethodGetPropertyByIndexThis method returns a property value when given its index in the list.  
 MethodRemoveAllThis method removes all properties in the propertyset.  
 MethodRemovePropertyThis method removes a specific property (given its name) from a propertyset.  
 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.  
Top
See Also

Reference

IMMWMSPropertySet Interface
Miner.Interop.Process Namespace

 

 


Send Comment