objectClassId.h

Go to the documentation of this file.
00001 //**************************************************************************/
00002 // Copyright (c) 1998-2007 Autodesk, Inc.
00003 // All rights reserved.
00004 // 
00005 // These coded instructions, statements, and computer programs contain
00006 // unpublished proprietary information written by Autodesk, Inc., and are
00007 // protected by Federal copyright law. They may not be disclosed to third
00008 // parties or copied or duplicated in any form, in whole or in part, without
00009 // the prior written consent of Autodesk, Inc.
00010 //**************************************************************************/
00011 // AUTHOR: Chengqing Zhou
00012 // DATE: 2007-03-23
00013 //***************************************************************************/
00014 #pragma once
00015 
00016 
00017 /*
00018 *this is the class id definition for the LuminaireObject 
00019 *in maxsdk\samples\objects\helpers\Luminaire\Luminaire.cpp
00020 */
00021 #ifndef LUMINAIRE_CLASS_ID
00022 #define LUMINAIRE_CLASS_ID  Class_ID(0x43174610, 0x15c76b2f)
00023 #endif
00024