ArcFM Responder Mobile Developer Guide
DestLabelFieldName Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678294)>
Property DestLabelFieldName As System.String
'Usage
 
Dim instance As IMMMapInsetRendererProps
Dim value As System.String
 
instance.DestLabelFieldName = value
 
value = instance.DestLabelFieldName
[System.Runtime.InteropServices.DispId(1610678294)]
System.string DestLabelFieldName {get; set;}
read-write property DestLabelFieldName: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678294)
function get,set DestLabelFieldName : System.String
[System.Runtime.InteropServices.DispId(1610678294)]
__property System.string* get_DestLabelFieldName();
__property void set_DestLabelFieldName( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678294)]
property System.String^ DestLabelFieldName {
   System.String^ get();
   void set (    System.String^ 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