ArcFM Responder Mobile Developer Guide
SetProperties Method (IMMGDBExtractEx)






Syntax
'Declaration
 
Sub SetProperties( _
   ByVal pPropSet As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMGDBExtractEx
Dim pPropSet As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SetProperties(pPropSet)
void SetProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPropSet
)
procedure SetProperties( 
    pPropSet: ESRI.ArcGIS.esriSystem.IPropertySet
); 
function SetProperties( 
   pPropSet : ESRI.ArcGIS.esriSystem.IPropertySet
);
void SetProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pPropSet
) 
void SetProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet^ pPropSet
) 

Parameters

pPropSet
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

IMMGDBExtractEx Interface
IMMGDBExtractEx Members

Send Feedback