ArcFM Responder Mobile Developer Guide
ExecuteFromPropertySet Method






Syntax
'Declaration
 
Sub ExecuteFromPropertySet( _
   ByVal pPropSet As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMGDBExtractEx
Dim pPropSet As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.ExecuteFromPropertySet(pPropSet)
void ExecuteFromPropertySet( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPropSet
)
procedure ExecuteFromPropertySet( 
    pPropSet: ESRI.ArcGIS.esriSystem.IPropertySet
); 
function ExecuteFromPropertySet( 
   pPropSet : ESRI.ArcGIS.esriSystem.IPropertySet
);
void ExecuteFromPropertySet( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pPropSet
) 
void ExecuteFromPropertySet( 
   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