ArcFM Responder Mobile Developer Guide
LayoutProperties Property (MMLayoutBuilderClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Public Overridable Property LayoutProperties As ESRI.ArcGIS.esriSystem.IPropertySet
'Usage
 
Dim instance As MMLayoutBuilderClass
Dim value As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.LayoutProperties = value
 
value = instance.LayoutProperties
[System.Runtime.InteropServices.DispId(1610678278)]
public virtual ESRI.ArcGIS.esriSystem.IPropertySet LayoutProperties {get; set;}
public read-write property LayoutProperties: ESRI.ArcGIS.esriSystem.IPropertySet; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
public function get,set LayoutProperties : ESRI.ArcGIS.esriSystem.IPropertySet
[System.Runtime.InteropServices.DispId(1610678278)]
public: __property virtual ESRI.ArcGIS.esriSystem.IPropertySet* get_LayoutProperties();
public: __property virtual void set_LayoutProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet* value
);
[System.Runtime.InteropServices.DispId(1610678278)]
public:
virtual property ESRI.ArcGIS.esriSystem.IPropertySet^ LayoutProperties {
   ESRI.ArcGIS.esriSystem.IPropertySet^ get();
   void set (    ESRI.ArcGIS.esriSystem.IPropertySet^ value);
}
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

MMLayoutBuilderClass Class
MMLayoutBuilderClass Members

Send Feedback