ArcFM Responder Mobile Developer Guide
UnloadDesign Method (IMMDesignerImpl2)






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

Parameters

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

IMMDesignerImpl2 Interface
IMMDesignerImpl2 Members

Send Feedback