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


IPersist.GetClassID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IPersist.GetClassID Method

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

Parameters pClassID [out]
pClassID is a parameter of type 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