ArcFM Responder Mobile Developer Guide
WriteItemProperties Method (MMExtendedDataClass)






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

MMExtendedDataClass Class
MMExtendedDataClass Members

Send Feedback