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


IProvideClassInfo2.GetGUID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IP > IProvideClassInfo2 Interface > IProvideClassInfo2.GetGUID Method
ArcGIS Developer Help

IProvideClassInfo2.GetGUID Method

[Visual Basic .NET]
Public Sub GetGUID ( _
    ByVal dwGuidKind As Integer, _
    ByRef pGUID As Guid& _
)
[C#]
public void GetGUID (
    uint dwGuidKind,
    ref Guid& pGUID
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IProvideClassInfo2 Interface