CFx SDK Documentation  2023 SP0
AECAttributeUnknown1.h
Go to the documentation of this file.
1 //FELIX_CHANGE_BEGIN
3 // Copyright (C) 2002-2018, Open Design Alliance (the "Alliance").
4 // All rights reserved.
5 //
6 // This software and its documentation and related materials are owned by
7 // the Alliance. The software may only be incorporated into application
8 // programs owned by members of the Alliance, subject to a signed
9 // Membership Agreement and Supplemental Software License Agreement with the
10 // Alliance. The structure and organization of this software are the valuable
11 // trade secrets of the Alliance and its suppliers. The software is also
12 // protected by copyright law and international treaty provisions. Application
13 // programs incorporating this software must include the following statement
14 // with their copyright notices:
15 //
16 // This application incorporates Teigha(R) software pursuant to a license
17 // agreement with Open Design Alliance.
18 // Teigha(R) Copyright (C) 2002-2018 by Open Design Alliance.
19 // All rights reserved.
20 //
21 // By use of this software, its documentation or related materials, you
22 // acknowledge and accept the above terms.
24 
25 #ifndef __AECATTRIBUTEUNKNOWN1_H__
26 #define __AECATTRIBUTEUNKNOWN1_H__
27 
30 
35 class AECBASE_API AECAttributeUnknown1 : public AECAttribute
36 {
38 
39  public:
43  virtual void copyFrom( const OdRxObject* pSource);
44 
45  protected:
47 };
48 
51 
52 #endif //__AECATTRIBUTEUNKNOWN1_H__
53 //FELIX_CHANGE_END
AECSubPtr< AECAttributeUnknown1 > AECAttributeUnknown1SubPtr
OdSmartPtr< AECAttributeUnknown1 > AECAttributeUnknown1Ptr
#define AEC_DECLARE_MEMBERS(ClassName)
Definition: AECMacros.h:54
int OdInt32
virtual void copyFrom(const OdRxObject *pSource)