ArcFM Responder Mobile Developer Guide
SetProperties Method (IMMProperty)






Syntax
'Declaration
 
Sub SetProperties( _
   ByVal streeName As System.String, _
   ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet, _
   Optional ByVal bSystem As System.Boolean _
) 
'Usage
 
Dim instance As IMMProperty
Dim streeName As System.String
Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet
Dim bSystem As System.Boolean
 
instance.SetProperties(streeName, pPropertySet, bSystem)
void SetProperties( 
   System.string streeName,
   ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet,
   System.bool bSystem
)
procedure SetProperties( 
    streeName: System.String;
    pPropertySet: ESRI.ArcGIS.esriSystem.IPropertySet;
    bSystem: System.Boolean
); 
function SetProperties( 
   streeName : System.String,
   pPropertySet : ESRI.ArcGIS.esriSystem.IPropertySet,
   bSystem : System.boolean
);
void SetProperties( 
   System.string* streeName,
   ESRI.ArcGIS.esriSystem.IPropertySet* pPropertySet,
   System.bool bSystem
) 
void SetProperties( 
   System.String^ streeName,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pPropertySet,
   System.bool bSystem
) 

Parameters

streeName
pPropertySet
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