ArcFM Responder Mobile Developer Guide
Previous Property






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