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


IMarshal.ReleaseMarshalData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMarshal Interface > IMarshal.ReleaseMarshalData Method
ArcGIS Developer Help

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