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


IStorage.SetClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IStorage.SetClass Method

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

Parameters clsid [in]
clsid is a parameter of type GUID

Product Availability

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

See Also

IStorage Interface