ArcFM Responder Mobile Developer Guide
Expanded Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2006)>
Property Expanded As System.Boolean
'Usage
 
Dim instance As ISSNode
Dim value As System.Boolean
 
instance.Expanded = value
 
value = instance.Expanded
[System.Runtime.InteropServices.DispId(2006)]
System.bool Expanded {get; set;}
read-write property Expanded: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(2006)
function get,set Expanded : System.boolean
[System.Runtime.InteropServices.DispId(2006)]
__property System.bool get_Expanded();
__property void set_Expanded( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(2006)]
property System.bool Expanded {
   System.bool get();
   void set (    System.bool 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