CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
FxBIMProperty.h File Reference
#include "FxBIM.h"
#include <RxVariant.h>
#include <DbObjectId.h>
#include <vector>

Go to the source code of this file.

Classes

class  CFxBIMProperty
 
class  CFxBIMPropertiesContainter
 

Typedefs

typedef std::shared_ptr< CFxBIMPropertyCFxBIMPropertyPtr
 

Enumerations

enum class  PropertyType : OdInt8 {
  eDimensionless = 5 , eLength = 1 , eArea = 2 , eVolume = 3 ,
  eCount = 6 , eWeight = 7 , eTime = 8
}
 

Typedef Documentation

◆ CFxBIMPropertyPtr

typedef std::shared_ptr< CFxBIMProperty > CFxBIMPropertyPtr

Definition at line 23 of file FxBIMProperty.h.

Enumeration Type Documentation

◆ PropertyType

enum class PropertyType : OdInt8
strong
Enumerator
eDimensionless 
eLength 
eArea 
eVolume 
eCount 
eWeight 
eTime 

Definition at line 30 of file FxBIMProperty.h.