ArcFM Responder Mobile Developer Guide
LayerName Property (ID8Layer)






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

ID8Layer Interface
ID8Layer Members

Send Feedback