This document is archived and information here might be outdated.  Recommended version.


IMarshal.ReleaseMarshalData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IMarshal.ReleaseMarshalData Method

[Visual Basic .NET]
Public Sub ReleaseMarshalData ( _
    ByVal pStm As IStream _
)
[C#]
public void ReleaseMarshalData (
    IStream pStm
);
[C++]
HRESULT ReleaseMarshalData(
  IStream* pStm
);
[C++]

Parameters pStm [in]
pStm is a parameter of type IStream

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMarshal Interface