ArcFM Engine Developer Guide
DeleteDesign Method


Syntax
'Declaration
 
Function DeleteDesign( _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByVal pDesignXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument _
) As Object
'Usage
 
Dim instance As IMMDesignerImpl3
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim pDesignXMLDoc As Miner.Interop.msxml2.IXMLDOMDocument
Dim value As Object
 
value = instance.DeleteDesign(pProperties, pDesignXMLDoc)
object DeleteDesign( 
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties,
   Miner.Interop.msxml2.IXMLDOMDocument pDesignXMLDoc
)

Parameters

pProperties
pDesignXMLDoc
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMDesignerImpl3 Interface
IMMDesignerImpl3 Members

 

 


Send Comment