CAnimationBaseObject::GetObjectID

返回当前对象 ID。

UINT32 GetObjectID() const;

返回值

当前对象 ID。

备注

使用此方法来检索对象 ID。 如果对象 ID 尚未在构造函数中或使用 SetID 进行显式设置,则可以是 0。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationBaseObject 类