FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Layers::LayerData Struct Reference

Description

#include <FormItCoreTypes.h>

Public Member Functions

 LayerData ()
 
 LayerData (size_t id, const 1::string &name, bool visible)
 
bool operator== (const LayerData &aOther) const
 Compare if LayerData are the same. More...
 
bool operator< (const LayerData &aOther) const
 For std::set usage. More...
 

Public Attributes

size_t id
 
::string name
 
bool visible
 
bool pickable
 
bool loadInRevit
 

Constructor & Destructor Documentation

FormIt::Layers::LayerData::LayerData ( )
inline
FormIt::Layers::LayerData::LayerData ( size_t  id,
const 1::string &  name,
bool  visible 
)
inline

Member Function Documentation

bool FormIt::Layers::LayerData::operator< ( const LayerData aOther) const
inline

For std::set usage.

bool FormIt::Layers::LayerData::operator== ( const LayerData aOther) const
inline

Compare if LayerData are the same.

Member Data Documentation

size_t FormIt::Layers::LayerData::id
bool FormIt::Layers::LayerData::loadInRevit
::string FormIt::Layers::LayerData::name
bool FormIt::Layers::LayerData::pickable
bool FormIt::Layers::LayerData::visible

The documentation for this struct was generated from the following file: