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


ILibraryObject.Store Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryObject Interface > ILibraryObject.Store Method
ArcGIS Developer Help

ILibraryObject.Store Method

Stores a library object.

[Visual Basic .NET]
Public Sub store ( _
    ByVal piStream As IStream _
)
[C#]
public void store (
    IStream piStream
);
[C++]
HRESULT store(
  IStream* piStream
);
[C++]
Parameters
piStream [in]

piStream is a parameter of type IStream*

Product Availability

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

See Also

ILibraryObject Interface