ArcFM Responder Mobile Developer Guide
SourceJustification Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property SourceJustification As mmJustification
'Usage
 
Dim instance As IMMMapInsetRendererProps
Dim value As mmJustification
 
instance.SourceJustification = value
 
value = instance.SourceJustification
[System.Runtime.InteropServices.DispId(1610678284)]
mmJustification SourceJustification {get; set;}
read-write property SourceJustification: mmJustification; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set SourceJustification : mmJustification
[System.Runtime.InteropServices.DispId(1610678284)]
__property mmJustification get_SourceJustification();
__property void set_SourceJustification( 
   mmJustification value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property mmJustification SourceJustification {
   mmJustification get();
   void set (    mmJustification 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