ArcFM Responder Mobile Developer Guide
Level Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2028)>
Property Level As System.Short
'Usage
 
Dim instance As ISSNode
Dim value As System.Short
 
instance.Level = value
 
value = instance.Level
[System.Runtime.InteropServices.DispId(2028)]
System.short Level {get; set;}
read-write property Level: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(2028)
function get,set Level : System.short
[System.Runtime.InteropServices.DispId(2028)]
__property System.short get_Level();
__property void set_Level( 
   System.short value
);
[System.Runtime.InteropServices.DispId(2028)]
property System.short Level {
   System.short get();
   void set (    System.short 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

ISSNode Interface
ISSNode Members

Send Feedback