ArcFM Responder Mobile Developer Guide
LoadStyleChildren Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2015)>
Property LoadStyleChildren As Constants_LoadStyleChildren
'Usage
 
Dim instance As ISSNode
Dim value As Constants_LoadStyleChildren
 
instance.LoadStyleChildren = value
 
value = instance.LoadStyleChildren
[System.Runtime.InteropServices.DispId(2015)]
Constants_LoadStyleChildren LoadStyleChildren {get; set;}
read-write property LoadStyleChildren: Constants_LoadStyleChildren; 
System.Runtime.InteropServices.DispIdAttribute(2015)
function get,set LoadStyleChildren : Constants_LoadStyleChildren
[System.Runtime.InteropServices.DispId(2015)]
__property Constants_LoadStyleChildren get_LoadStyleChildren();
__property void set_LoadStyleChildren( 
   Constants_LoadStyleChildren value
);
[System.Runtime.InteropServices.DispId(2015)]
property Constants_LoadStyleChildren LoadStyleChildren {
   Constants_LoadStyleChildren get();
   void set (    Constants_LoadStyleChildren 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