ArcFM Responder Mobile Developer Guide
LayoutProperties Property (IMMLayoutBuilder)






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

IMMLayoutBuilder Interface
IMMLayoutBuilder Members

Send Feedback