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


IPersist.GetClassID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersist Interface > IPersist.GetClassID Method
ArcGIS Developer Help

IPersist.GetClassID Method

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

pClassID is a parameter of type System.Guid*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPersist Interface