Functions to get the elements which differ between two projects or project states.  
More...
Functions to get the elements which differ between two projects or project states. 
◆ ACAPI_DifferenceGenerator_GenerateDifference()
It gives back the differencies between two states. 
- Since
 - Archicad 26 
 
- Parameters
 - 
  
    | type | [in] The element difference generator method type.  | 
    | diffState1 | [in] The first difference generator state.  | 
    | diffState2 | [in] The second difference generator state.  | 
    | difference | [out] The result of the difference generator.  | 
  
   
- Returns
 
- NoError - The function has completed with success.
 
- APIERR_BADPARS - The diffState1 or diffState2 is nullptr, or has wrong input parameters.
 
- APIERR_GENERAL - There is no current plan open. 
 
 
 
◆ ACAPI_DifferenceGenerator_GetState()
Classifies an element. 
- Parameters
 - 
  
    | type | [in] The element difference generator methode type.  | 
    | diffGeneratorState | [in/out] The difference generator state.  | 
  
   
- Returns
 
- NoError - The function has completed with success.
 
- APIERR_BADPARS - The diffGeneratorState is nullptr, or has wrong input parameters.
 
- APIERR_GENERAL - There is no current plan open.