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


IStorage.SetClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IStorage Interface > IStorage.SetClass Method
ArcGIS Developer Help

IStorage.SetClass Method

[Visual Basic .NET]
Public Sub SetClass ( _
    ByRef clsid As Guid& _
)
[C#]
public void SetClass (
    ref Guid& clsid
);
[C++]
HRESULT SetClass(
  System.Guid* clsid
);
[C++]
Parameters
clsid [in]

clsid is a parameter of type System.Guid*

Product Availability

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

See Also

IStorage Interface