ArcFM Responder Mobile Developer Guide
GetProperties Method






Syntax
'Declaration
 
Function GetProperties( _
   ByVal streeName As System.String, _
   Optional ByVal bSystem As System.Boolean _
) As ESRI.ArcGIS.esriSystem.IPropertySet
'Usage
 
Dim instance As IMMProperty
Dim streeName As System.String
Dim bSystem As System.Boolean
Dim value As ESRI.ArcGIS.esriSystem.IPropertySet
 
value = instance.GetProperties(streeName, bSystem)
ESRI.ArcGIS.esriSystem.IPropertySet GetProperties( 
   System.string streeName,
   System.bool bSystem
)
function GetProperties( 
    streeName: System.String;
    bSystem: System.Boolean
): ESRI.ArcGIS.esriSystem.IPropertySet; 
function GetProperties( 
   streeName : System.String,
   bSystem : System.boolean
) : ESRI.ArcGIS.esriSystem.IPropertySet;
ESRI.ArcGIS.esriSystem.IPropertySet* GetProperties( 
   System.string* streeName,
   System.bool bSystem
) 
ESRI.ArcGIS.esriSystem.IPropertySet^ GetProperties( 
   System.String^ streeName,
   System.bool bSystem
) 

Parameters

streeName
bSystem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMProperty Interface
IMMProperty Members

Send Feedback