AGI Common Entity Library 11 Send comments on this topic.
GetClassID Method (IPersist)
See Also 
pClassID





Description

Retrieves the class identifier (CLSID) of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data. For further information, consult Microsoft documentation (e.g. on MSDN) for the IPersist interface.

Syntax

[Visual Basic .NET]
Public Sub GetClassID( _
   ByRef pClassID As GUID _
) 

[C#]
public void GetClassID(
ref GUID pClassID
);

[Managed C++]
public: void GetClassID(
GUID ^^ pClassID
);

[Java]
public  getClassID(
GUID pClassID
);

[Unmanaged C++]
public: HRESULT GetClassID(
GUID ** pClassID
);

Parameters

pClassID

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1