ArcFM Responder Mobile Developer Guide
Hydrate Method (ICollectibleElement<InfoType>)






Syntax
'Declaration
 
Sub Hydrate( _
   ByVal info As InfoType _
) 
'Usage
 
Dim instance As ICollectibleElement(Of InfoType)
Dim info As InfoType
 
instance.Hydrate(info)
void Hydrate( 
   InfoType info
)
procedure Hydrate( 
    info: InfoType
); 
function Hydrate( 
   info : InfoType
);
void Hydrate( 
   InfoType* info
) 
void Hydrate( 
   InfoType^ info
) 

Parameters

info
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

ICollectibleElement<InfoType> Interface
ICollectibleElement<InfoType> Members

Send Feedback