ArcFM Desktop Developer Guide
Exists Method (IMMWMSPropertySet)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Name as string
Use this method to check to see if the name/value pair already exists. Duplicates are not allowed.
Syntax
'Declaration
 
Function Exists( _
   ByVal InName As String _
) As Boolean
'Usage
 
Dim instance As IMMWMSPropertySet
Dim InName As String
Dim value As Boolean
 
value = instance.Exists(InName)
bool Exists( 
   string InName
)

Parameters

InName
Name as string

Return Value

Returns a boolean value that indicates whether the name already exists in the propertyset
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMWMSPropertySet Interface
IMMWMSPropertySet Members

 

 


Send Comment