ArcFM Responder Mobile Developer Guide
SourceFillSymbol Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SourceFillSymbol As ESRI.ArcGIS.Display.IFillSymbol
'Usage
 
Dim instance As IMMMapInsetRendererProps
Dim value As ESRI.ArcGIS.Display.IFillSymbol
 
instance.SourceFillSymbol = value
 
value = instance.SourceFillSymbol
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Display.IFillSymbol SourceFillSymbol {get; set;}
read-write property SourceFillSymbol: ESRI.ArcGIS.Display.IFillSymbol; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SourceFillSymbol : ESRI.ArcGIS.Display.IFillSymbol
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Display.IFillSymbol* get_SourceFillSymbol();
__property void set_SourceFillSymbol( 
   ESRI.ArcGIS.Display.IFillSymbol* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Display.IFillSymbol^ SourceFillSymbol {
   ESRI.ArcGIS.Display.IFillSymbol^ get();
   void set (    ESRI.ArcGIS.Display.IFillSymbol^ 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

IMMMapInsetRendererProps Interface
IMMMapInsetRendererProps Members

Send Feedback