ArcFM Responder Mobile Developer Guide
SaveToFile Method (MMSelectionAnalysisAPIClass)






Syntax
'Declaration
 
Public Overridable Sub SaveToFile( _
   ByVal sPath As System.String, _
   Optional ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As MMSelectionAnalysisAPIClass
Dim sPath As System.String
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SaveToFile(sPath, pProperties)
public virtual void SaveToFile( 
   System.string sPath,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)
public procedure SaveToFile( 
    sPath: System.String;
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet
); virtual; 
public function SaveToFile( 
   sPath : System.String,
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet
);
public: virtual void SaveToFile( 
   System.string* sPath,
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties
) 
public:
virtual void SaveToFile( 
   System.String^ sPath,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties
) 

Parameters

sPath
pProperties
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

MMSelectionAnalysisAPIClass Class
MMSelectionAnalysisAPIClass Members

Send Feedback