ESRI.ArcGIS.ADF.Local
Load Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomLayer Class : Load Method




Stream
Loads the object properties from the stream.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Load( _
   ByVal Stream As ESRI.ArcGIS.esriSystem.IVariantStream _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomLayer
Dim Stream As ESRI.ArcGIS.esriSystem.IVariantStream
 
instance.Load(Stream)
C# 
public virtual void Load( 
   ESRI.ArcGIS.esriSystem.IVariantStream Stream
)

Parameters

Stream

Remarks

The Load method must read the data from the stream in the same order the data was written to the stream in the Save method. Streams are sequential; you mut ensure that your data is saved and loaded in the correct order, so that the correct data is written to the correct member.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.