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


ILibraryObject.Load Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILibraryObject.Load Method

Loads a library object.

[Visual Basic .NET]
Public Sub load ( _
    ByVal piStream As IStream _
)
[C#]
public void load (
    IStream piStream
);
[C++]
HRESULT load(
  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