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


ILibraryObject.Load 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.Load Method
ArcGIS Developer Help

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