ArcObjects Library Reference (System)  

IVariantStream.Write Method

Writes a value to a stream.

[Visual Basic .NET]
Public Sub Write ( _
    ByVal Value As Object _
)
[C#]
public void Write (
    object Value
);
[C++]
HRESULT Write(
  VARIANT Value
);
[C++]

Parameters

Value [in]   Value is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVariantStream Interface

.NET Samples

Create a custom marker placement for placing markers around a point (Code Files: AroundPoint) | Create a custom raster function (Code Files: WatermarkFunction) | Create a custom raster type (Code Files: ThumbnailBuilder) | Create custom move, rotate, and scale GeometricEffects within a single project (Code Files: clsGE_Transform_Move clsGE_Transform_Rotate clsGE_Transform_Scale) | Multivariate renderer (Code Files: MultivariateRenderer) | Triangle graphic element (Code Files: TriangleElementClass) |

.NET Related Topics

Creating custom symbols | How to persist data in a document | Implementing persistence |