IsIndeterminate (class MKI_MULTI_BASE) New in Version 2023.1 |
www.CAD6.com |
C++ Syntaxbool MKI_MULTI_BASE::IsIndeterminate( __int32 f_nFlag ) const;
Checks whether the given element had different values over the total set of chosen entities and has not yet been edited. In that case, it should be displayed as "indeterminate" in any dialog window.
Return ValueReturns true if the element identified by f_nFlag shall be displayed as "indeterminate".
The corresponding code is:
return( ( m_nUse & f_nFlag ) == 0 && ( m_nMulti & f_nFlag ) != 0 );
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH