This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersist Interface > IPersist.GetClassID Method (ArcObjects .NET 10.5 SDK) |
[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
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.