ArcFM Engine Developer Guide
GetProperty Method (IMMWMSPropertySet)


Name as string
This method returns a property value when given its corresponding name.
Syntax
'Declaration
 
Function GetProperty( _
   ByVal InName As String _
) As Object
'Usage
 
Dim instance As IMMWMSPropertySet
Dim InName As String
Dim value As Object
 
value = instance.GetProperty(InName)
object GetProperty( 
   string InName
)

Parameters

InName
Name as string

Return Value

Property value as variant
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