ArcFM Responder Mobile Developer Guide
Parent Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2017)>
Property Parent As ISSNode
'Usage
 
Dim instance As ISSNode
Dim value As ISSNode
 
instance.Parent = value
 
value = instance.Parent
[System.Runtime.InteropServices.DispId(2017)]
ISSNode Parent {get; set;}
read-write property Parent: ISSNode; 
System.Runtime.InteropServices.DispIdAttribute(2017)
function get,set Parent : ISSNode
[System.Runtime.InteropServices.DispId(2017)]
__property ISSNode* get_Parent();
__property void set_Parent( 
   ISSNode* value
);
[System.Runtime.InteropServices.DispId(2017)]
property ISSNode^ Parent {
   ISSNode^ get();
   void set (    ISSNode^ 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