ArcFM Responder Mobile Developer Guide
Children Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2002)>
Property Children As System.Integer
'Usage
 
Dim instance As ISSNode
Dim value As System.Integer
 
instance.Children = value
 
value = instance.Children
[System.Runtime.InteropServices.DispId(2002)]
System.int Children {get; set;}
read-write property Children: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(2002)
function get,set Children : System.int
[System.Runtime.InteropServices.DispId(2002)]
__property System.int get_Children();
__property void set_Children( 
   System.int value
);
[System.Runtime.InteropServices.DispId(2002)]
property System.int Children {
   System.int get();
   void set (    System.int 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