ESRI.ArcGIS.ADF.Local | |
Load Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : Load Method |
- Stream
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Load( _ ByVal Stream As IVariantStream _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void Load( IVariantStream Stream ) |
Parameters
- Stream
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.