CFx SDK Documentation 2024 SP0
|
#include <RxPropertyVariant.h>
Classes | |
struct | TypeFactory |
Static Public Member Functions | |
static const TypeFactory * | typeFactory (int type) |
Protected Member Functions | |
void * | data () const |
void | setVarType (int newType, int &type, void *data) |
Protected Attributes | |
int | m_type |
union { | |
OdUInt8 uint8 [OdRxPropertyVariantDataSize] | |
double dbl | |
void * ptr | |
} | m_uData |
This class defines objects to store property values in the property cache for the Common Data Access API.
<group OdRx_Classes>
Definition at line 369 of file RxPropertyVariant.h.
Defines additional types of stored values.
Enumerator | |
---|---|
kVoid | The value type is void. |
kString | The value type is OdString. |
kBool | The value type is OdBool. |
kInt8 | The value type is OdInt8. |
kUInt8 | The value type is OdUInt8. |
kInt16 | The value type is OdInt16. |
kUInt16 | The value type is OdUInt16. |
kInt32 | The value type is OdInt32. |
kUInt32 | The value type is OdUInt32. |
kInt64 | The value type is OdInt64. |
kUInt64 | The value type is OdUInt64. |
kDouble | The value type is OdDouble. |
kAnsiString | The value type is OdAnsiString. |
kGePoint2d | The value type is OdGePoint2d. |
kGePoint3d | The value type is OdGePoint3d. |
kGeVector2d | The value type is OdGeVector2d. |
kGeVector3d | The value type is OdGeVector3d. |
kCmEntityColor | The value type is OdCmEntityColor. |
kCmTransparency | The value type is OdCmTransparency. |
kGeMatrix2d | The value type is OdGeMatrix2d. |
kGeMatrix3d | The value type is OdGeMatrix3d. |
kGeScale3d | The value type is OdGeScale3d. |
kTimeStamp | The value type is OdTimeStamp. |
kGeExtents2d | The value type is OdGeExtents2d. |
kGeExtents3d | The value type is OdGeExtents3d. |
kGeQuaternion | The value type is OdGeQuaternion. |
kGiLightAttenuation | The value type is OdGiLightAttenuation. |
kGiSkyParameters | The value type is OdGiSkyParameters. |
kGiShadowParameters | The value type is OdGiShadowParameters. |
kGiColorRGB | The value type is OdGiColorRGB. |
kGiMaterialColor | The value type is OdGiMaterialColor. |
kGiMrExposureType | The value type is OdGiMrExposureType. |
kGiMrShadowMode | The value type is OdGiMrShadowMode. |
kGiMrFinalGatheringMode | The value type is OdGiMrFinalGatheringMode. |
kGiMrDiagnosticMode | The value type is OdGiMrDiagnosticMode. |
kGiMrDiagnosticPhotonMode | The value type is OdGiMrDiagnosticPhotonMode. |
kGiMrDiagnosticBSPMode | The value type is OdGiMrDiagnosticBSPMode. |
kGiMrExportMIMode | The value type is OdGiMrExportMIMode. |
kGiMrTileOrder | The value type is OdGiMrTileOrder. |
kGiLightingMode | The value type is OdGiLightingMode. |
kGiFilterType | The value type is OdGiFilterType. |
kCmEntityColor_ColorMethod | The value type is OdCmEntityColor::ColorMethod. |
kDb_LineWeight | The value type is OdDb::LineWeight. |
kDb_UnitsValue | The value type is OdDb::UnitsValue. |
kGiDgLinetypeModifiers_WidthMode | The value type is OdGiDgLinetypeModifiers::WidthMode. |
kGiDgLinetypeModifiers_ShiftMode | The value type is OdGiDgLinetypeModifiers::ShiftMode. |
kGiDgLinetypeModifiers_CornersMode | The value type is OdGiDgLinetypeModifiers::CornersMode. |
kGe_OdGeKnotParameterization | The value type is OdGe::OdGeKnotParameterization. |
kGiLightAttenuation_AttenuationType | The value type is OdGiLightAttenuation::AttenuationType. |
kGiDrawable_DrawableType | The value type is OdGiDrawable::DrawableType. |
kGiShadowParameters_ShadowType | The value type is OdGiShadowParameters::ShadowType. |
kGiShadowParameters_ExtendedLightShape | The value type is OdGiShadowParameters::ExtendedLightShape. |
kGiViewportTraits_DefaultLightingType | The value type is OdGiViewportTraits::DefaultLightingType. |
kGiMaterialTraits_LuminanceMode | The value type is OdGiMaterialTraits::LuminanceMode. |
kGiMaterialTraits_GlobalIlluminationMode | The value type is OdGiMaterialTraits::GlobalIlluminationMode. |
kGiMaterialTraits_FinalGatherMode | The value type is OdGiMaterialTraits::FinalGatherMode. |
kGiMaterialTraits_ChannelFlags | The value type is OdGiMaterialTraits::ChannelFlags. |
kGiMaterialTraits_Mode | The value type is OdGiMaterialTraits::Mode. |
kGiMaterialTraits_IlluminationModel | The value type is OdGiMaterialTraits::IlluminationModel. |
kGiVisualStyle_Type | The value type is OdGiVisualStyle::Type. |
kGiVisualStyleProperties_FaceColorMode | The value type is OdGiVisualStyleProperties::FaceColorMode. |
kGiVisualStyleProperties_EdgeModel | The value type is OdGiVisualStyleProperties::EdgeModel. |
kGiFaceStyle_FaceColorMode | The value type is OdGiFaceStyle::FaceColorMode. |
kGiEdgeStyle_EdgeModel | The value type is OdGiEdgeStyle::EdgeModel. |
kGiToneOperatorParameters_ExteriorDaylightMode | The value type is OdGiToneOperatorParameters::ExteriorDaylightMode. |
kArray | The value type is Array flag. |
Definition at line 419 of file RxPropertyVariant.h.
OdRxPropertyVariant::OdRxPropertyVariant | ( | ) |
Default constructor for instances of the OdRxPropertyVariant class.
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdRxPropertyVariant & | val | ) |
Copy constructor for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdRxPropertyVariant value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdString & | val | ) |
Copy constructor from an OdString value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdString value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdAnsiString & | val | ) |
Copy constructor from an OdAnsiString value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdAnsiString value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const bool | val | ) |
Copy constructor from a boolean value for instances of the OdRxPropertyVariant class.
val | [in] Constant boolean value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdInt8 | val | ) |
Copy constructor from an OdInt8 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdInt8 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdUInt8 | val | ) |
Copy constructor from an OdUInt8 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdUInt8 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdInt16 | val | ) |
Copy constructor from an OdInt16 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdInt16 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdUInt16 | val | ) |
Copy constructor from an OdUInt16 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdUInt16 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdInt32 | val | ) |
Copy constructor from an OdInt32 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdInt32 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdUInt32 | val | ) |
Copy constructor from an OdUInt32 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdUInt32 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdInt64 | val | ) |
Copy constructor from an OdInt64 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdInt64 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdUInt64 | val | ) |
Copy constructor from an OdUInt64 value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdUInt64 value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const double & | val | ) |
Copy constructor from a double value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to double value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGePoint3d & | val | ) |
Copy constructor from an OdGePoint3d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGePoint3d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGePoint2d & | val | ) |
Copy constructor from an OdGePoint2d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGePoint2d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeVector2d & | val | ) |
Copy constructor from an OdGeVector2d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeVector2d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeVector3d & | val | ) |
Copy constructor from an OdGeVector3d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeVector3d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdCmEntityColor & | val | ) |
Copy constructor from an OdCmEntityColor value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdCmEntityColor value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdCmTransparency & | val | ) |
Copy constructor from an OdCmTransparency value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdCmTransparency value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeMatrix2d & | val | ) |
Copy constructor from an OdGeMatrix2d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeMatrix2d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeMatrix3d & | val | ) |
Copy constructor from an OdGeMatrix3d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeMatrix3d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeScale3d & | val | ) |
Copy constructor from an OdGeScale3d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeScale3d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdTimeStamp & | val | ) |
Copy constructor from an OdTimeStamp value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdTimeStamp value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeExtents2d & | val | ) |
Copy constructor from an OdGeExtents2d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeExtents2d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeExtents3d & | val | ) |
Copy constructor from an OdGeExtents3d value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeExtents2d value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGeQuaternion & | val | ) |
Copy constructor from an OdGeQuaternion value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGeQuaternion value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiLightAttenuation & | val | ) |
Copy constructor from an OdGiLightAttenuation value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGiLightAttenuation value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiSkyParameters & | val | ) |
Copy constructor from an OdGiSkyParameters value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGiSkyParameters value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiShadowParameters & | val | ) |
Copy constructor from an OdGiShadowParameters value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGiShadowParameters value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiColorRGB & | val | ) |
Copy constructor from an OdGiColorRGB value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGiColorRGB value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrExposureType | val | ) |
Copy constructor from an OdGiMrExposureType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrExposureType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrShadowMode | val | ) |
Copy constructor from an OdGiMrShadowMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrShadowMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrFinalGatheringMode | val | ) |
Copy constructor from an OdGiMrFinalGatheringMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrFinalGatheringMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrDiagnosticMode | val | ) |
Copy constructor from an OdGiMrDiagnosticMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrDiagnosticMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrDiagnosticPhotonMode | val | ) |
Copy constructor from an OdGiMrDiagnosticPhotonMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrDiagnosticPhotonMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrDiagnosticBSPMode | val | ) |
Copy constructor from an OdGiMrDiagnosticBSPMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrDiagnosticBSPMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrExportMIMode | val | ) |
Copy constructor from an OdGiMrExportMIMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrExportMIMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMrTileOrder | val | ) |
Copy constructor from an OdGiMrTileOrder value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMrTileOrder value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiLightingMode | val | ) |
Copy constructor from an OdGiLightingMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiLightingMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiFilterType | val | ) |
Copy constructor from an OdGiFilterType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiFilterType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialColor & | val | ) |
Copy constructor from an OdGiMaterialColor value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdGiMaterialColor value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdCmEntityColor::ColorMethod | val | ) |
Copy constructor from an OdCmEntityColor::ColorMethod value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdCmEntityColor::ColorMethod value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdDb::LineWeight | val | ) |
Copy constructor from an OdDb::LineWeight value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdDb::LineWeight value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdDb::UnitsValue | val | ) |
Copy constructor from an OdDb::UnitsValue value for instances of the OdRxPropertyVariant class.
val | [in] Constant reference to the OdDb::UnitsValue value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiDgLinetypeModifiers::WidthMode | val | ) |
Copy constructor from an OdGiDgLinetypeModifiers::WidthMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiDgLinetypeModifiers::WidthMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiDgLinetypeModifiers::ShiftMode | val | ) |
Copy constructor from an OdGiDgLinetypeModifiers::ShiftMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiDgLinetypeModifiers::ShiftMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiDgLinetypeModifiers::CornersMode | val | ) |
Copy constructor from an OdGiDgLinetypeModifiers::CornersMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiDgLinetypeModifiers::CornersMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGe::OdGeKnotParameterization | val | ) |
Copy constructor from an OdGe::OdGeKnotParameterization value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGe::OdGeKnotParameterization value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiLightAttenuation::AttenuationType | val | ) |
Copy constructor from an OdGiLightAttenuation::AttenuationType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiLightAttenuation::AttenuationType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiDrawable::DrawableType | val | ) |
Copy constructor from an OdGiDrawable::DrawableType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiDrawable::DrawableType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiShadowParameters::ShadowType | val | ) |
Copy constructor from an OdGiShadowParameters::ShadowType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiShadowParameters::ShadowType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiShadowParameters::ExtendedLightShape | val | ) |
Copy constructor from an OdGiShadowParameters::ExtendedLightShape value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiShadowParameters::ExtendedLightShape value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiViewportTraits::DefaultLightingType | val | ) |
Copy constructor from an OdGiViewportTraits::DefaultLightingType value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiViewportTraits::DefaultLightingType value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::LuminanceMode | val | ) |
Copy constructor from an OdGiMaterialTraits::LuminanceMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::LuminanceMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::GlobalIlluminationMode | val | ) |
Copy constructor from an OdGiMaterialTraits::GlobalIlluminationMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::GlobalIlluminationMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::FinalGatherMode | val | ) |
Copy constructor from an OdGiMaterialTraits::FinalGatherMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::FinalGatherMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::ChannelFlags | val | ) |
Copy constructor from an OdGiMaterialTraits::ChannelFlags value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::ChannelFlags value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::Mode | val | ) |
Copy constructor from an OdGiMaterialTraits::Mode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::Mode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiMaterialTraits::IlluminationModel | val | ) |
Copy constructor from an OdGiMaterialTraits::IlluminationModel value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiMaterialTraits::IlluminationModel value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiVisualStyle::Type | val | ) |
Copy constructor from an OdGiVisualStyle::Type value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiVisualStyle::Type value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiVisualStyleProperties::FaceColorMode | val | ) |
Copy constructor from an OdGiVisualStyleProperties::FaceColorMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiVisualStyleProperties::FaceColorMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiVisualStyleProperties::EdgeModel | val | ) |
Copy constructor from an OdGiVisualStyleProperties::EdgeModel value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiVisualStyleProperties::EdgeModel value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiFaceStyle::FaceColorMode | val | ) |
Copy constructor from an OdGiFaceStyle::FaceColorMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiFaceStyle::FaceColorMode value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiEdgeStyle::EdgeModel | val | ) |
Copy constructor from an OdGiEdgeStyle::EdgeModel value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiEdgeStyle::EdgeModel value. |
OdRxPropertyVariant::OdRxPropertyVariant | ( | const OdGiToneOperatorParameters::ExteriorDaylightMode | val | ) |
Copy constructor from an OdGiToneOperatorParameters::ExteriorDaylightMode value for instances of the OdRxPropertyVariant class.
val | [in] Constant OdGiToneOperatorParameters::ExteriorDaylightMode value. |
OdRxPropertyVariant::~OdRxPropertyVariant | ( | ) |
Destroys an instance of the OdRxPropertyVariant class.
OdAnsiStringArray & OdRxPropertyVariant::asAnsiStringArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdAnsiString objects.
OdBoolArray & OdRxPropertyVariant::asBoolArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of boolean values.
OdCmEntityColor_ColorMethodArray & OdRxPropertyVariant::asCmEntityColor_ColorMethodArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor_ColorMethod objects.
OdCmEntityColorArray & OdRxPropertyVariant::asCmEntityColorArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor objects.
OdCmTransparencyArray & OdRxPropertyVariant::asCmTransparencyArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdCmTransparency objects.
OdDb_LineWeightArray & OdRxPropertyVariant::asDb_LineWeightArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdDb_LineWeight objects.
OdDb_UnitsValueArray & OdRxPropertyVariant::asDb_UnitsValueArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdDb_UnitsValue objects.
OdDoubleArray & OdRxPropertyVariant::asDoubleArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdDouble values.
OdGe_OdGeKnotParameterizationArray & OdRxPropertyVariant::asGe_OdGeKnotParameterizationArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGe_OdGeKnotParameterization objects.
OdGeExtents2dArray & OdRxPropertyVariant::asGeExtents2dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents2d objects.
OdGeExtents3dArray & OdRxPropertyVariant::asGeExtents3dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents3d objects.
OdGeMatrix2dArray & OdRxPropertyVariant::asGeMatrix2dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix2d objects.
OdGeMatrix3dArray & OdRxPropertyVariant::asGeMatrix3dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix3d objects.
OdGePoint2dArray & OdRxPropertyVariant::asGePoint2dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGePoint2d objects.
OdGePoint3dArray & OdRxPropertyVariant::asGePoint3dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGePoint3d objects.
OdGeQuaternionArray & OdRxPropertyVariant::asGeQuaternionArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeQuaternion objects.
OdGeScale3dArray & OdRxPropertyVariant::asGeScale3dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeScale3d objects.
OdGeVector2dArray & OdRxPropertyVariant::asGeVector2dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeVector2d objects.
OdGeVector3dArray & OdRxPropertyVariant::asGeVector3dArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGeVector3d objects.
OdGiColorRGBArray & OdRxPropertyVariant::asGiColorRGBArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiColorRGB objects.
OdGiDgLinetypeModifiers_CornersModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_CornersModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_CornersMode objects.
OdGiDgLinetypeModifiers_ShiftModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_ShiftModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_ShiftMode objects.
OdGiDgLinetypeModifiers_WidthModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_WidthModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_WidthMode objects.
OdGiDrawable_DrawableTypeArray & OdRxPropertyVariant::asGiDrawable_DrawableTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDrawable_DrawableType objects.
OdGiEdgeStyle_EdgeModelArray & OdRxPropertyVariant::asGiEdgeStyle_EdgeModelArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiEdgeStyle_EdgeModel objects.
OdGiFaceStyle_FaceColorModeArray & OdRxPropertyVariant::asGiFaceStyle_FaceColorModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiFaceStyle_FaceColorMode objects.
OdGiFilterTypeArray & OdRxPropertyVariant::asGiFilterTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiFilterType objects.
OdGiLightAttenuation_AttenuationTypeArray & OdRxPropertyVariant::asGiLightAttenuation_AttenuationTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation_AttenuationType objects.
OdGiLightAttenuationArray & OdRxPropertyVariant::asGiLightAttenuationArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation objects.
OdGiLightingModeArray & OdRxPropertyVariant::asGiLightingModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightingMode objects.
OdGiMaterialColorArray & OdRxPropertyVariant::asGiMaterialColorArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialColor objects.
OdGiMaterialTraits_ChannelFlagsArray & OdRxPropertyVariant::asGiMaterialTraits_ChannelFlagsArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_ChannelFlags objects.
OdGiMaterialTraits_FinalGatherModeArray & OdRxPropertyVariant::asGiMaterialTraits_FinalGatherModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_FinalGatherMode objects.
OdGiMaterialTraits_GlobalIlluminationModeArray & OdRxPropertyVariant::asGiMaterialTraits_GlobalIlluminationModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_GlobalIlluminationMode objects.
OdGiMaterialTraits_IlluminationModelArray & OdRxPropertyVariant::asGiMaterialTraits_IlluminationModelArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_IlluminationModel objects.
OdGiMaterialTraits_LuminanceModeArray & OdRxPropertyVariant::asGiMaterialTraits_LuminanceModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_LuminanceMode objects.
OdGiMaterialTraits_ModeArray & OdRxPropertyVariant::asGiMaterialTraits_ModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_Mode objects.
OdGiMrDiagnosticBSPModeArray & OdRxPropertyVariant::asGiMrDiagnosticBSPModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticBSPMode objects.
OdGiMrDiagnosticModeArray & OdRxPropertyVariant::asGiMrDiagnosticModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticMode objects.
OdGiMrDiagnosticPhotonModeArray & OdRxPropertyVariant::asGiMrDiagnosticPhotonModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticPhotonMode objects.
OdGiMrExportMIModeArray & OdRxPropertyVariant::asGiMrExportMIModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExportMIMode objects.
OdGiMrExposureTypeArray & OdRxPropertyVariant::asGiMrExposureTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExposureType objects.
OdGiMrFinalGatheringModeArray & OdRxPropertyVariant::asGiMrFinalGatheringModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrFinalGatheringMode objects.
OdGiMrShadowModeArray & OdRxPropertyVariant::asGiMrShadowModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrShadowMode objects.
OdGiMrTileOrderArray & OdRxPropertyVariant::asGiMrTileOrderArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrTileOrder objects.
OdGiShadowParameters_ExtendedLightShapeArray & OdRxPropertyVariant::asGiShadowParameters_ExtendedLightShapeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ExtendedLightShape objects.
OdGiShadowParameters_ShadowTypeArray & OdRxPropertyVariant::asGiShadowParameters_ShadowTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ShadowType objects.
OdGiShadowParametersArray & OdRxPropertyVariant::asGiShadowParametersArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters objects.
OdGiSkyParametersArray & OdRxPropertyVariant::asGiSkyParametersArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiSkyParameters objects.
OdGiToneOperatorParameters_ExteriorDaylightModeArray & OdRxPropertyVariant::asGiToneOperatorParameters_ExteriorDaylightModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiToneOperatorParameters_ExteriorDaylightMode objects.
OdGiViewportTraits_DefaultLightingTypeArray & OdRxPropertyVariant::asGiViewportTraits_DefaultLightingTypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiViewportTraits_DefaultLightingType objects.
OdGiVisualStyle_TypeArray & OdRxPropertyVariant::asGiVisualStyle_TypeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyle_Type objects.
OdGiVisualStyleProperties_EdgeModelArray & OdRxPropertyVariant::asGiVisualStyleProperties_EdgeModelArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_EdgeModel objects.
OdGiVisualStyleProperties_FaceColorModeArray & OdRxPropertyVariant::asGiVisualStyleProperties_FaceColorModeArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_FaceColorMode objects.
OdInt16Array & OdRxPropertyVariant::asInt16Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdInt16 values.
OdInt32Array & OdRxPropertyVariant::asInt32Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdInt32 values.
OdInt64Array & OdRxPropertyVariant::asInt64Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdInt64 values.
OdInt8Array & OdRxPropertyVariant::asInt8Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdInt8 values.
OdStringArray & OdRxPropertyVariant::asStringArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdString objects.
OdTimeStampArray & OdRxPropertyVariant::asTimeStampArray | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdTimeStamp objects.
OdUInt16Array & OdRxPropertyVariant::asUInt16Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt16 values.
OdUInt32Array & OdRxPropertyVariant::asUInt32Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt32 values.
OdUInt64Array & OdRxPropertyVariant::asUInt64Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt64 values.
OdUInt8Array & OdRxPropertyVariant::asUInt8Array | ( | ) |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt8 values.
|
protected |
const OdAnsiString & OdRxPropertyVariant::getAnsiString | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdAnsiString value.
const OdAnsiStringArray & OdRxPropertyVariant::getAnsiStringArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdAnsiString objects.
bool OdRxPropertyVariant::getBool | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as a Boolean value.
const OdBoolArray & OdRxPropertyVariant::getBoolArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of boolean values.
const OdCmEntityColor & OdRxPropertyVariant::getCmEntityColor | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdCmEntityColor object.
OdCmEntityColor::ColorMethod OdRxPropertyVariant::getCmEntityColor_ColorMethod | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdCmEntityColor::ColorMethod object.
const OdCmEntityColor_ColorMethodArray & OdRxPropertyVariant::getCmEntityColor_ColorMethodArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor_ColorMethod objects.
const OdCmEntityColorArray & OdRxPropertyVariant::getCmEntityColorArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor objects.
const OdCmTransparency & OdRxPropertyVariant::getCmTransparency | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdCmTransparency object.
const OdCmTransparencyArray & OdRxPropertyVariant::getCmTransparencyArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdCmTransparency objects.
OdDb::LineWeight OdRxPropertyVariant::getDb_LineWeight | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdDb::LineWeight object.
const OdDb_LineWeightArray & OdRxPropertyVariant::getDb_LineWeightArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdDb_LineWeight objects.
OdDb::UnitsValue OdRxPropertyVariant::getDb_UnitsValue | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdDb::UnitsValue object.
const OdDb_UnitsValueArray & OdRxPropertyVariant::getDb_UnitsValueArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdDb_UnitsValue objects.
const double & OdRxPropertyVariant::getDouble | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as a double value.
const OdDoubleArray & OdRxPropertyVariant::getDoubleArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of double values.
OdGe::OdGeKnotParameterization OdRxPropertyVariant::getGe_OdGeKnotParameterization | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGe::OdGeKnotParameterization object.
const OdGe_OdGeKnotParameterizationArray & OdRxPropertyVariant::getGe_OdGeKnotParameterizationArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGe_OdGeKnotParameterization objects.
const OdGeExtents2d & OdRxPropertyVariant::getGeExtents2d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeExtents2d object.
const OdGeExtents2dArray & OdRxPropertyVariant::getGeExtents2dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents2d objects.
const OdGeExtents3d & OdRxPropertyVariant::getGeExtents3d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeExtents3d object.
const OdGeExtents3dArray & OdRxPropertyVariant::getGeExtents3dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents3d objects.
const OdGeMatrix2d & OdRxPropertyVariant::getGeMatrix2d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeMatrix2d object.
const OdGeMatrix2dArray & OdRxPropertyVariant::getGeMatrix2dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix2d objects.
const OdGeMatrix3d & OdRxPropertyVariant::getGeMatrix3d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeMatrix3d object.
const OdGeMatrix3dArray & OdRxPropertyVariant::getGeMatrix3dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix3d objects.
const OdGePoint2d & OdRxPropertyVariant::getGePoint2d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGePoint2d object.
const OdGePoint2dArray & OdRxPropertyVariant::getGePoint2dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGePoint2d objects.
const OdGePoint3d & OdRxPropertyVariant::getGePoint3d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGePoint3d object.
const OdGePoint3dArray & OdRxPropertyVariant::getGePoint3dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGePoint3d objects.
const OdGeQuaternion & OdRxPropertyVariant::getGeQuaternion | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeQuaternion object.
const OdGeQuaternionArray & OdRxPropertyVariant::getGeQuaternionArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeQuaternion objects.
const OdGeScale3d & OdRxPropertyVariant::getGeScale3d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeScale3d object.
const OdGeScale3dArray & OdRxPropertyVariant::getGeScale3dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeScale3d objects.
const OdGeVector2d & OdRxPropertyVariant::getGeVector2d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeVector2d object.
const OdGeVector2dArray & OdRxPropertyVariant::getGeVector2dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeVector2d objects.
const OdGeVector3d & OdRxPropertyVariant::getGeVector3d | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGeVector3d object.
const OdGeVector3dArray & OdRxPropertyVariant::getGeVector3dArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGeVector3d objects.
const OdGiColorRGB & OdRxPropertyVariant::getGiColorRGB | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiColorRGB object.
const OdGiColorRGBArray & OdRxPropertyVariant::getGiColorRGBArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiColorRGB objects.
OdGiDgLinetypeModifiers::CornersMode OdRxPropertyVariant::getGiDgLinetypeModifiers_CornersMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::CornersMode object.
const OdGiDgLinetypeModifiers_CornersModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_CornersModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_CornersMode objects.
OdGiDgLinetypeModifiers::ShiftMode OdRxPropertyVariant::getGiDgLinetypeModifiers_ShiftMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::ShiftMode object.
const OdGiDgLinetypeModifiers_ShiftModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_ShiftModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_ShiftMode objects.
OdGiDgLinetypeModifiers::WidthMode OdRxPropertyVariant::getGiDgLinetypeModifiers_WidthMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::WidthMode object.
const OdGiDgLinetypeModifiers_WidthModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_WidthModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_WidthMode objects.
OdGiDrawable::DrawableType OdRxPropertyVariant::getGiDrawable_DrawableType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiDrawable::DrawableType object.
const OdGiDrawable_DrawableTypeArray & OdRxPropertyVariant::getGiDrawable_DrawableTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiDrawable_DrawableType objects.
OdGiEdgeStyle::EdgeModel OdRxPropertyVariant::getGiEdgeStyle_EdgeModel | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiEdgeStyle::EdgeModel object.
const OdGiEdgeStyle_EdgeModelArray & OdRxPropertyVariant::getGiEdgeStyle_EdgeModelArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiEdgeStyle_EdgeModel objects.
OdGiFaceStyle::FaceColorMode OdRxPropertyVariant::getGiFaceStyle_FaceColorMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiFaceStyle::FaceColorMode object.
const OdGiFaceStyle_FaceColorModeArray & OdRxPropertyVariant::getGiFaceStyle_FaceColorModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiFaceStyle_FaceColorMode objects.
OdGiFilterType OdRxPropertyVariant::getGiFilterType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiFilterType object.
const OdGiFilterTypeArray & OdRxPropertyVariant::getGiFilterTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiFilterType objects.
const OdGiLightAttenuation & OdRxPropertyVariant::getGiLightAttenuation | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiLightAttenuation object.
OdGiLightAttenuation::AttenuationType OdRxPropertyVariant::getGiLightAttenuation_AttenuationType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiLightAttenuation::AttenuationType object.
const OdGiLightAttenuation_AttenuationTypeArray & OdRxPropertyVariant::getGiLightAttenuation_AttenuationTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation_AttenuationType objects.
const OdGiLightAttenuationArray & OdRxPropertyVariant::getGiLightAttenuationArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation objects.
OdGiLightingMode OdRxPropertyVariant::getGiLightingMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiLightingMode object.
const OdGiLightingModeArray & OdRxPropertyVariant::getGiLightingModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiLightingMode objects.
const OdGiMaterialColor & OdRxPropertyVariant::getGiMaterialColor | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialColor object.
const OdGiMaterialColorArray & OdRxPropertyVariant::getGiMaterialColorArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialColor objects.
OdGiMaterialTraits::ChannelFlags OdRxPropertyVariant::getGiMaterialTraits_ChannelFlags | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::ChannelFlags object.
const OdGiMaterialTraits_ChannelFlagsArray & OdRxPropertyVariant::getGiMaterialTraits_ChannelFlagsArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_ChannelFlags objects.
OdGiMaterialTraits::FinalGatherMode OdRxPropertyVariant::getGiMaterialTraits_FinalGatherMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::FinalGatherMode object.
const OdGiMaterialTraits_FinalGatherModeArray & OdRxPropertyVariant::getGiMaterialTraits_FinalGatherModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_FinalGatherMode objects.
OdGiMaterialTraits::GlobalIlluminationMode OdRxPropertyVariant::getGiMaterialTraits_GlobalIlluminationMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::GlobalIlluminationMode object.
const OdGiMaterialTraits_GlobalIlluminationModeArray & OdRxPropertyVariant::getGiMaterialTraits_GlobalIlluminationModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_GlobalIlluminationMode objects.
OdGiMaterialTraits::IlluminationModel OdRxPropertyVariant::getGiMaterialTraits_IlluminationModel | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::IlluminationModel object.
const OdGiMaterialTraits_IlluminationModelArray & OdRxPropertyVariant::getGiMaterialTraits_IlluminationModelArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_IlluminationModel objects.
OdGiMaterialTraits::LuminanceMode OdRxPropertyVariant::getGiMaterialTraits_LuminanceMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::LuminanceMode object.
const OdGiMaterialTraits_LuminanceModeArray & OdRxPropertyVariant::getGiMaterialTraits_LuminanceModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_LuminanceMode objects.
OdGiMaterialTraits::Mode OdRxPropertyVariant::getGiMaterialTraits_Mode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::Mode object.
const OdGiMaterialTraits_ModeArray & OdRxPropertyVariant::getGiMaterialTraits_ModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_Mode objects.
OdGiMrDiagnosticBSPMode OdRxPropertyVariant::getGiMrDiagnosticBSPMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticBSPMode object.
const OdGiMrDiagnosticBSPModeArray & OdRxPropertyVariant::getGiMrDiagnosticBSPModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticBSPMode objects.
OdGiMrDiagnosticMode OdRxPropertyVariant::getGiMrDiagnosticMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticMode object.
const OdGiMrDiagnosticModeArray & OdRxPropertyVariant::getGiMrDiagnosticModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticMode objects.
OdGiMrDiagnosticPhotonMode OdRxPropertyVariant::getGiMrDiagnosticPhotonMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticPhotonMode object.
const OdGiMrDiagnosticPhotonModeArray & OdRxPropertyVariant::getGiMrDiagnosticPhotonModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticPhotonMode objects.
OdGiMrExportMIMode OdRxPropertyVariant::getGiMrExportMIMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrExportMIMode object.
const OdGiMrExportMIModeArray & OdRxPropertyVariant::getGiMrExportMIModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExportMIMode objects.
OdGiMrExposureType OdRxPropertyVariant::getGiMrExposureType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrExposureType object.
const OdGiMrExposureTypeArray & OdRxPropertyVariant::getGiMrExposureTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExposureType objects.
OdGiMrFinalGatheringMode OdRxPropertyVariant::getGiMrFinalGatheringMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrFinalGatheringMode object.
const OdGiMrFinalGatheringModeArray & OdRxPropertyVariant::getGiMrFinalGatheringModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrFinalGatheringMode objects.
OdGiMrShadowMode OdRxPropertyVariant::getGiMrShadowMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrShadowMode object.
const OdGiMrShadowModeArray & OdRxPropertyVariant::getGiMrShadowModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrShadowMode objects.
OdGiMrTileOrder OdRxPropertyVariant::getGiMrTileOrder | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiMrTileOrder object.
const OdGiMrTileOrderArray & OdRxPropertyVariant::getGiMrTileOrderArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiMrTileOrder objects.
const OdGiShadowParameters & OdRxPropertyVariant::getGiShadowParameters | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters object.
OdGiShadowParameters::ExtendedLightShape OdRxPropertyVariant::getGiShadowParameters_ExtendedLightShape | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters::ExtendedLightShape object.
const OdGiShadowParameters_ExtendedLightShapeArray & OdRxPropertyVariant::getGiShadowParameters_ExtendedLightShapeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ExtendedLightShape objects.
OdGiShadowParameters::ShadowType OdRxPropertyVariant::getGiShadowParameters_ShadowType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters::ShadowType object.
const OdGiShadowParameters_ShadowTypeArray & OdRxPropertyVariant::getGiShadowParameters_ShadowTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ShadowType objects.
const OdGiShadowParametersArray & OdRxPropertyVariant::getGiShadowParametersArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters objects.
const OdGiSkyParameters & OdRxPropertyVariant::getGiSkyParameters | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiSkyParameters object.
const OdGiSkyParametersArray & OdRxPropertyVariant::getGiSkyParametersArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiSkyParameters objects.
OdGiToneOperatorParameters::ExteriorDaylightMode OdRxPropertyVariant::getGiToneOperatorParameters_ExteriorDaylightMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiToneOperatorParameters::ExteriorDaylightMode object.
const OdGiToneOperatorParameters_ExteriorDaylightModeArray & OdRxPropertyVariant::getGiToneOperatorParameters_ExteriorDaylightModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiToneOperatorParameters_ExteriorDaylightMode objects.
OdGiViewportTraits::DefaultLightingType OdRxPropertyVariant::getGiViewportTraits_DefaultLightingType | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiViewportTraits::DefaultLightingType object.
const OdGiViewportTraits_DefaultLightingTypeArray & OdRxPropertyVariant::getGiViewportTraits_DefaultLightingTypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiViewportTraits_DefaultLightingType objects.
OdGiVisualStyle::Type OdRxPropertyVariant::getGiVisualStyle_Type | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyle::Type object.
const OdGiVisualStyle_TypeArray & OdRxPropertyVariant::getGiVisualStyle_TypeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyle_Type objects.
OdGiVisualStyleProperties::EdgeModel OdRxPropertyVariant::getGiVisualStyleProperties_EdgeModel | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyleProperties::EdgeModel object.
const OdGiVisualStyleProperties_EdgeModelArray & OdRxPropertyVariant::getGiVisualStyleProperties_EdgeModelArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_EdgeModel objects.
OdGiVisualStyleProperties::FaceColorMode OdRxPropertyVariant::getGiVisualStyleProperties_FaceColorMode | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyleProperties::FaceColorMode object.
const OdGiVisualStyleProperties_FaceColorModeArray & OdRxPropertyVariant::getGiVisualStyleProperties_FaceColorModeArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_FaceColorMode objects.
OdInt16 OdRxPropertyVariant::getInt16 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdInt16 value.
const OdInt16Array & OdRxPropertyVariant::getInt16Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdInt16 values.
OdInt32 OdRxPropertyVariant::getInt32 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdInt32 value.
const OdInt32Array & OdRxPropertyVariant::getInt32Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdInt32 values.
OdInt64 OdRxPropertyVariant::getInt64 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdInt64 value.
const OdInt64Array & OdRxPropertyVariant::getInt64Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdInt64 values.
OdInt8 OdRxPropertyVariant::getInt8 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdInt8 value.
const OdInt8Array & OdRxPropertyVariant::getInt8Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdInt8 values.
const OdString & OdRxPropertyVariant::getString | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdString value.
const OdStringArray & OdRxPropertyVariant::getStringArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdString objects.
const OdTimeStamp & OdRxPropertyVariant::getTimeStamp | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdTimeStamp object.
const OdTimeStampArray & OdRxPropertyVariant::getTimeStampArray | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdTimeStamp objects.
OdUInt16 OdRxPropertyVariant::getUInt16 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdUInt16 value.
const OdUInt16Array & OdRxPropertyVariant::getUInt16Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt16 values.
OdUInt32 OdRxPropertyVariant::getUInt32 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdUInt32 value.
const OdUInt32Array & OdRxPropertyVariant::getUInt32Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt32 values.
OdUInt64 OdRxPropertyVariant::getUInt64 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdUInt64 value.
const OdUInt64Array & OdRxPropertyVariant::getUInt64Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt64 values.
OdUInt8 OdRxPropertyVariant::getUInt8 | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an OdUInt8 value.
const OdUInt8Array & OdRxPropertyVariant::getUInt8Array | ( | ) | const |
Gets the value of this OdRxPropertyVariant object as an array of OdUInt8 values.
bool OdRxPropertyVariant::isArray | ( | ) | const |
Checks whether this OdRxPropertyVariant object is an Array.
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const bool & | val | ) |
Assignment operator. Assigns a new boolean value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New boolean value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const double & | val | ) |
Assignment operator. Assigns a new double value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New double value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdAnsiString & | val | ) |
Assignment operator. Assigns a new OdAnsiString value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdAnsiString value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdCmEntityColor & | val | ) |
Assignment operator. Assigns a new OdCmEntityColor value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdCmEntityColor value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdCmEntityColor::ColorMethod & | val | ) |
Assignment operator. Assigns a new OdCmEntityColor::ColorMethod value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdCmEntityColor::ColorMethod value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdCmTransparency & | val | ) |
Assignment operator. Assigns a new OdCmTransparency value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdCmTransparency value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdDb::LineWeight & | val | ) |
Assignment operator. Assigns a new OdDb::LineWeight value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdDb::LineWeight value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdDb::UnitsValue & | val | ) |
Assignment operator. Assigns a new OdDb::UnitsValue value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdDb::UnitsValue value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGe::OdGeKnotParameterization & | val | ) |
Assignment operator. Assigns a new OdGe::OdGeKnotParameterization value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGe::OdGeKnotParameterization value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeExtents2d & | val | ) |
Assignment operator. Assigns a new OdGeExtents2d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeExtents2d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeExtents3d & | val | ) |
Assignment operator. Assigns a new OdGeExtents3d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeExtents3d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeMatrix2d & | val | ) |
Assignment operator. Assigns a new OdGeMatrix2d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeMatrix2d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeMatrix3d & | val | ) |
Assignment operator. Assigns a new OdGeMatrix3d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeMatrix3d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGePoint2d & | val | ) |
Assignment operator. Assigns a new OdGePoint2d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGePoint2d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGePoint3d & | val | ) |
Assignment operator. Assigns a new OdGePoint3d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGePoint3d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeQuaternion & | val | ) |
Assignment operator. Assigns a new OdGeQuaternion value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeQuaternion value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeScale3d & | val | ) |
Assignment operator. Assigns a new OdGeScale3d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeScale3d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeVector2d & | val | ) |
Assignment operator. Assigns a new OdGeVector2d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeVector2d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGeVector3d & | val | ) |
Assignment operator. Assigns a new OdGeVector3d value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGeVector3d value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiColorRGB & | val | ) |
Assignment operator. Assigns a new OdGiColorRGB value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiColorRGB value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiDgLinetypeModifiers::CornersMode & | val | ) |
Assignment operator. Assigns a new OdGiDgLinetypeModifiers::CornersMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiDgLinetypeModifiers::CornersMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiDgLinetypeModifiers::ShiftMode & | val | ) |
Assignment operator. Assigns a new OdGiDgLinetypeModifiers::ShiftMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiDgLinetypeModifiers::ShiftMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiDgLinetypeModifiers::WidthMode & | val | ) |
Assignment operator. Assigns a new OdGiDgLinetypeModifiers::WidthMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiDgLinetypeModifiers::WidthMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiDrawable::DrawableType & | val | ) |
Assignment operator. Assigns a new OdGiDrawable::DrawableType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiDrawable::DrawableType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiEdgeStyle::EdgeModel & | val | ) |
Assignment operator. Assigns a new OdGiEdgeStyle::EdgeModel value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiEdgeStyle::EdgeModel value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiFaceStyle::FaceColorMode & | val | ) |
Assignment operator. Assigns a new OdGiFaceStyle::FaceColorMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiFaceStyle::FaceColorMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiFilterType & | val | ) |
Assignment operator. Assigns a new OdGiFilterType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiFilterType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiLightAttenuation & | val | ) |
Assignment operator. Assigns a new OdGiLightAttenuation value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiLightAttenuation value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiLightAttenuation::AttenuationType & | val | ) |
Assignment operator. Assigns a new OdGiLightAttenuation::AttenuationType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiLightAttenuation::AttenuationType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiLightingMode & | val | ) |
Assignment operator. Assigns a new OdGiLightingMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiLightingMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialColor & | val | ) |
Assignment operator. Assigns a new OdGiMaterialColor value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialColor value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::ChannelFlags & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::ChannelFlags value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::ChannelFlags value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::FinalGatherMode & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::FinalGatherMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::FinalGatherMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::GlobalIlluminationMode & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::GlobalIlluminationMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::GlobalIlluminationMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::IlluminationModel & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::IlluminationModel value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::IlluminationModel value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::LuminanceMode & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::LuminanceMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::LuminanceMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMaterialTraits::Mode & | val | ) |
Assignment operator. Assigns a new OdGiMaterialTraits::Mode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMaterialTraits::Mode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrDiagnosticBSPMode & | val | ) |
Assignment operator. Assigns a new OdGiMrDiagnosticBSPMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrDiagnosticBSPMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrDiagnosticMode & | val | ) |
Assignment operator. Assigns a new OdGiMrDiagnosticMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrDiagnosticMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrDiagnosticPhotonMode & | val | ) |
Assignment operator. Assigns a new OdGiMrDiagnosticPhotonMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrDiagnosticPhotonMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrExportMIMode & | val | ) |
Assignment operator. Assigns a new OdGiMrExportMIMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrExportMIMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrExposureType & | val | ) |
Assignment operator. Assigns a new OdGiMrExposureType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrExposureType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrFinalGatheringMode & | val | ) |
Assignment operator. Assigns a new OdGiMrFinalGatheringMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrFinalGatheringMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrShadowMode & | val | ) |
Assignment operator. Assigns a new OdGiMrShadowMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrShadowMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiMrTileOrder & | val | ) |
Assignment operator. Assigns a new OdGiMrTileOrder value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiMrTileOrder value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiShadowParameters & | val | ) |
Assignment operator. Assigns a new OdGiShadowParameters value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiShadowParameters value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiShadowParameters::ExtendedLightShape & | val | ) |
Assignment operator. Assigns a new OdGiShadowParameters::ExtendedLightShape value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiShadowParameters::ExtendedLightShape value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiShadowParameters::ShadowType & | val | ) |
Assignment operator. Assigns a new OdGiShadowParameters::ShadowType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiShadowParameters::ShadowType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiSkyParameters & | val | ) |
Assignment operator. Assigns a new OdGiSkyParameters value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiSkyParameters value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiToneOperatorParameters::ExteriorDaylightMode & | val | ) |
Assignment operator. Assigns a new OdGiToneOperatorParameters::ExteriorDaylightMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiToneOperatorParameters::ExteriorDaylightMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiViewportTraits::DefaultLightingType & | val | ) |
Assignment operator. Assigns a new OdGiViewportTraits::DefaultLightingType value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiViewportTraits::DefaultLightingType value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiVisualStyle::Type & | val | ) |
Assignment operator. Assigns a new OdGiVisualStyle::Type value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiVisualStyle::Type value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiVisualStyleProperties::EdgeModel & | val | ) |
Assignment operator. Assigns a new OdGiVisualStyleProperties::EdgeModel value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiVisualStyleProperties::EdgeModel value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdGiVisualStyleProperties::FaceColorMode & | val | ) |
Assignment operator. Assigns a new OdGiVisualStyleProperties::FaceColorMode value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdGiVisualStyleProperties::FaceColorMode value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdInt16 & | val | ) |
Assignment operator. Assigns a new OdInt16 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdInt16 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdInt32 & | val | ) |
Assignment operator. Assigns a new OdInt32 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdInt32 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdInt64 & | val | ) |
Assignment operator. Assigns a new OdInt64 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdInt64 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdInt8 & | val | ) |
Assignment operator. Assigns a new OdInt8 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdInt8 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdRxPropertyVariant & | val | ) |
Assignment operator. Assigns a new value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdRxPropertyVariant value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdString & | val | ) |
Assignment operator. Assigns a new OdString value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdString value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdTimeStamp & | val | ) |
Assignment operator. Assigns a new OdTimeStamp value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdTimeStamp value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdUInt16 & | val | ) |
Assignment operator. Assigns a new OdUInt16 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdUInt16 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdUInt32 & | val | ) |
Assignment operator. Assigns a new OdUInt32 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdUInt32 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdUInt64 & | val | ) |
Assignment operator. Assigns a new OdUInt64 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdUInt64 value. |
OdRxPropertyVariant & OdRxPropertyVariant::operator= | ( | const OdUInt8 & | val | ) |
Assignment operator. Assigns a new OdUInt8 value to this OdRxPropertyVariant object, replacing its current contents.
val | [in] New OdUInt8 value. |
OdRxPropertyVariant & OdRxPropertyVariant::setAnsiString | ( | const OdAnsiString & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdAnsiString object.
val | [in] Constant reference to OdAnsiString. |
OdRxPropertyVariant & OdRxPropertyVariant::setAnsiStringArray | ( | const OdAnsiStringArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdAnsiString objects.
val | [in] Constant reference to the array of OdAnsiString objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setBool | ( | const bool | val | ) |
Sets the value of this OdRxPropertyVariant object from a boolean value.
val | [in] Constant boolean value. |
OdRxPropertyVariant & OdRxPropertyVariant::setBoolArray | ( | const OdBoolArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of boolean values.
val | [in] Constant reference to the array of Boolean values. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor | ( | const OdCmEntityColor & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdCmEntityColor object.
val | [in] Constant reference to the OdCmEntityColor object. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor_ColorMethod | ( | const OdCmEntityColor::ColorMethod | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdCmEntityColor::ColorMethod object.
val | [in] Constant OdCmEntityColor::ColorMethod object. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor_ColorMethodArray | ( | const OdCmEntityColor_ColorMethodArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdCmEntityColor::ColorMethod objects.
val | [in] Constant reference to the array of OdCmEntityColor::ColorMethod objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColorArray | ( | const OdCmEntityColorArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdCmEntityColor objects.
val | [in] Constant reference to the array of OdCmEntityColor objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmTransparency | ( | const OdCmTransparency & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdCmTransparency object.
val | [in] Constant reference to the OdCmTransparency object. |
OdRxPropertyVariant & OdRxPropertyVariant::setCmTransparencyArray | ( | const OdCmTransparencyArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdCmTransparency objects.
val | [in] Constant reference to the array of OdCmTransparency objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setDb_LineWeight | ( | const OdDb::LineWeight | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdDb::LineWeight object.
val | [in] Constant OdDb::LineWeight object. |
OdRxPropertyVariant & OdRxPropertyVariant::setDb_LineWeightArray | ( | const OdDb_LineWeightArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdDb::LineWeight objects.
val | [in] Constant reference to the array of OdDb::LineWeight objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setDb_UnitsValue | ( | const OdDb::UnitsValue | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdDb::UnitsValue object.
val | [in] Constant OdDb::UnitsValue object. |
OdRxPropertyVariant & OdRxPropertyVariant::setDb_UnitsValueArray | ( | const OdDb_UnitsValueArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdDb::UnitsValue objects.
val | [in] Constant reference to the array of OdDb::UnitsValue objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setDouble | ( | const double & | val | ) |
Sets the value of this OdRxPropertyVariant object from a double value.
val | [in] Constant reference to a double value. |
OdRxPropertyVariant & OdRxPropertyVariant::setDoubleArray | ( | const OdDoubleArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of double values.
val | [in] Constant reference to the array of double values. |
OdRxPropertyVariant & OdRxPropertyVariant::setGe_OdGeKnotParameterization | ( | const OdGe::OdGeKnotParameterization | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGe::OdGeKnotParameterization object.
val | [in] Constant OdGe::OdGeKnotParameterization object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGe_OdGeKnotParameterizationArray | ( | const OdGe_OdGeKnotParameterizationArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGe::OdGeKnotParameterization objects.
val | [in] Constant reference to the array of OdGe::OdGeKnotParameterization objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents2d | ( | const OdGeExtents2d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeExtents2d object.
val | [in] Constant reference to the OdGeExtents2d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents2dArray | ( | const OdGeExtents2dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeExtents2d objects.
val | [in] Constant reference to the array of OdGeExtents2d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents3d | ( | const OdGeExtents3d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeExtents3d object.
val | [in] Constant reference to the OdGeExtents3d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents3dArray | ( | const OdGeExtents3dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeExtents3d objects.
val | [in] Constant reference to the array of OdGeExtents3d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix2d | ( | const OdGeMatrix2d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeMatrix2d object.
val | [in] Constant reference to the OdGeMatrix2d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix2dArray | ( | const OdGeMatrix2dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeMatrix2d objects.
val | [in] Constant reference to the array of OdGeMatrix2d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix3d | ( | const OdGeMatrix3d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeMatrix3d object.
val | [in] Constant reference to the OdGeMatrix3d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix3dArray | ( | const OdGeMatrix3dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeMatrix3d objects.
val | [in] Constant reference to the array of OdGeMatrix3d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGePoint2d | ( | const OdGePoint2d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGePoint2d object.
val | [in] Constant reference to the OdGePoint2d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGePoint2dArray | ( | const OdGePoint2dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGePoint2d objects.
val | [in] Constant reference to the array of OdGePoint2d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGePoint3d | ( | const OdGePoint3d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGePoint3d object.
val | [in] Constant reference to the OdGePoint3d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGePoint3dArray | ( | const OdGePoint3dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGePoint3d objects.
val | [in] Constant reference to the array of OdGePoint3d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeQuaternion | ( | const OdGeQuaternion & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeQuaternion object.
val | [in] Constant reference to the OdGeQuaternion object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeQuaternionArray | ( | const OdGeQuaternionArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeQuaternion objects.
val | [in] Constant reference to the array of OdGeQuaternion objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeScale3d | ( | const OdGeScale3d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeScale3d object.
val | [in] Constant reference to the OdGeScale3d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeScale3dArray | ( | const OdGeScale3dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeScale3d objects.
val | [in] Constant reference to the array of OdGeScale3d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeVector2d | ( | const OdGeVector2d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeVector2d object.
val | [in] Constant reference to the OdGeVector2d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeVector2dArray | ( | const OdGeVector2dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeVector2d objects.
val | [in] Constant reference to the array of OdGeVector2d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeVector3d | ( | const OdGeVector3d & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGeVector3d object.
val | [in] Constant reference to the OdGeVector3d object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGeVector3dArray | ( | const OdGeVector3dArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGeVector3d objects.
val | [in] Constant reference to the array of OdGeVector3d objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiColorRGB | ( | const OdGiColorRGB & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiColorRGB object.
val | [in] Constant reference to the OdGiColorRGB object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiColorRGBArray | ( | const OdGiColorRGBArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiColorRGB objects.
val | [in] Constant reference to the array of OdGiColorRGB objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_CornersMode | ( | const OdGiDgLinetypeModifiers::CornersMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::CornersMode object.
val | [in] Constant OdGiDgLinetypeModifiers::CornersMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_CornersModeArray | ( | const OdGiDgLinetypeModifiers_CornersModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::CornersMode objects.
val | [in] Constant reference to the array of OdGiDgLinetypeModifiers::CornersMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_ShiftMode | ( | const OdGiDgLinetypeModifiers::ShiftMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::ShiftMode object.
val | [in] Constant OdGiDgLinetypeModifiers::ShiftMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_ShiftModeArray | ( | const OdGiDgLinetypeModifiers_ShiftModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::ShiftMode objects.
val | [in] Constant reference to the array of OdGiDgLinetypeModifiers::ShiftMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_WidthMode | ( | const OdGiDgLinetypeModifiers::WidthMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::WidthMode object.
val | [in] Constant OdGiDgLinetypeModifiers::WidthMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_WidthModeArray | ( | const OdGiDgLinetypeModifiers_WidthModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::WidthMode objects.
val | [in] Constant reference to the array of OdGiDgLinetypeModifiers::WidthMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDrawable_DrawableType | ( | const OdGiDrawable::DrawableType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiDrawable::DrawableType object.
val | [in] Constant OdGiDrawable::DrawableType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiDrawable_DrawableTypeArray | ( | const OdGiDrawable_DrawableTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiDrawable::DrawableType objects.
val | [in] Constant reference to the array of OdGiDrawable::DrawableType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiEdgeStyle_EdgeModel | ( | const OdGiEdgeStyle::EdgeModel | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiEdgeStyle::EdgeModel object.
val | [in] Constant OdGiEdgeStyle::EdgeModel object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiEdgeStyle_EdgeModelArray | ( | const OdGiEdgeStyle_EdgeModelArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiEdgeStyle::EdgeModel objects.
val | [in] Constant reference to the array of OdGiEdgeStyle::EdgeModel objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiFaceStyle_FaceColorMode | ( | const OdGiFaceStyle::FaceColorMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiFaceStyle::FaceColorMode object.
val | [in] Constant OdGiFaceStyle::FaceColorMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiFaceStyle_FaceColorModeArray | ( | const OdGiFaceStyle_FaceColorModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiFaceStyle::FaceColorMode objects.
val | [in] Constant reference to the array of OdGiFaceStyle::FaceColorMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiFilterType | ( | const OdGiFilterType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiFilterType object.
val | [in] Constant OdGiFilterType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiFilterTypeArray | ( | const OdGiFilterTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiFilterType objects.
val | [in] Constant reference to the array of OdGiFilterType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation | ( | const OdGiLightAttenuation & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiLightAttenuation object.
val | [in] Constant reference to the OdGiLightAttenuation object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation_AttenuationType | ( | const OdGiLightAttenuation::AttenuationType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiLightAttenuation::AttenuationType object.
val | [in] Constant OdGiLightAttenuation::AttenuationType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation_AttenuationTypeArray | ( | const OdGiLightAttenuation_AttenuationTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiLightAttenuation::AttenuationType objects.
val | [in] Constant reference to the array of OdGiLightAttenuation::AttenuationType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuationArray | ( | const OdGiLightAttenuationArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiLightAttenuation objects.
val | [in] Constant reference to the array of OdGiLightAttenuation objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightingMode | ( | const OdGiLightingMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiLightingMode object.
val | [in] Constant OdGiLightingMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiLightingModeArray | ( | const OdGiLightingModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiLightingMode objects.
val | [in] Constant reference to the array of OdGiLightingMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialColor | ( | const OdGiMaterialColor & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialColor object.
val | [in] Constant reference to the OdGiMaterialColor object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialColorArray | ( | const OdGiMaterialColorArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialColor objects.
val | [in] Constant reference to the array of OdGiMaterialColor objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ChannelFlags | ( | const OdGiMaterialTraits::ChannelFlags | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::ChannelFlags object.
val | [in] Constant OdGiMaterialTraits::ChannelFlags object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ChannelFlagsArray | ( | const OdGiMaterialTraits_ChannelFlagsArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::ChannelFlags objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::ChannelFlags objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_FinalGatherMode | ( | const OdGiMaterialTraits::FinalGatherMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::FinalGatherMode object.
val | [in] Constant OdGiMaterialTraits::FinalGatherMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_FinalGatherModeArray | ( | const OdGiMaterialTraits_FinalGatherModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::FinalGatherMode objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::FinalGatherMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_GlobalIlluminationMode | ( | const OdGiMaterialTraits::GlobalIlluminationMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::GlobalIlluminationMode object.
val | [in] Constant OdGiMaterialTraits::GlobalIlluminationMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_GlobalIlluminationModeArray | ( | const OdGiMaterialTraits_GlobalIlluminationModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::GlobalIlluminationMode objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::GlobalIlluminationMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_IlluminationModel | ( | const OdGiMaterialTraits::IlluminationModel | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::IlluminationModel object.
val | [in] Constant OdGiMaterialTraits::IlluminationModel object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_IlluminationModelArray | ( | const OdGiMaterialTraits_IlluminationModelArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::IlluminationModel objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::IlluminationModel objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_LuminanceMode | ( | const OdGiMaterialTraits::LuminanceMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::LuminanceMode object.
val | [in] Constant OdGiMaterialTraits::LuminanceMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_LuminanceModeArray | ( | const OdGiMaterialTraits_LuminanceModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::LuminanceMode objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::LuminanceMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_Mode | ( | const OdGiMaterialTraits::Mode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::Mode object.
val | [in] Constant OdGiMaterialTraits::Mode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ModeArray | ( | const OdGiMaterialTraits_ModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::Mode objects.
val | [in] Constant reference to the array of OdGiMaterialTraits::Mode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticBSPMode | ( | const OdGiMrDiagnosticBSPMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticBSPMode object.
val | [in] Constant OdGiMrDiagnosticBSPMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticBSPModeArray | ( | const OdGiMrDiagnosticBSPModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticBSPMode objects.
val | [in] Constant reference to the array of OdGiMrDiagnosticBSPMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticMode | ( | const OdGiMrDiagnosticMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticMode object.
val | [in] Constant OdGiMrDiagnosticMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticModeArray | ( | const OdGiMrDiagnosticModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticMode objects.
val | [in] Constant reference to the array of OdGiMrDiagnosticMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticPhotonMode | ( | const OdGiMrDiagnosticPhotonMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticPhotonMode object.
val | [in] Constant OdGiMrDiagnosticPhotonMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticPhotonModeArray | ( | const OdGiMrDiagnosticPhotonModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticPhotonMode objects.
val | [in] Constant reference to the array of OdGiMrDiagnosticPhotonMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExportMIMode | ( | const OdGiMrExportMIMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrExportMIMode object.
val | [in] Constant OdGiMrExportMIMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExportMIModeArray | ( | const OdGiMrExportMIModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrExportMIMode objects.
val | [in] Constant reference to the array of OdGiMrExportMIMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExposureType | ( | const OdGiMrExposureType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrExposureType object.
val | [in] Constant OdGiMrExposureType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExposureTypeArray | ( | const OdGiMrExposureTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrExposureType objects.
val | [in] Constant reference to the array of OdGiMrExposureType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrFinalGatheringMode | ( | const OdGiMrFinalGatheringMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrFinalGatheringMode object.
val | [in] Constant OdGiMrFinalGatheringMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrFinalGatheringModeArray | ( | const OdGiMrFinalGatheringModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrFinalGatheringMode objects.
val | [in] Constant reference to the array of OdGiMrFinalGatheringMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrShadowMode | ( | const OdGiMrShadowMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrShadowMode object.
val | [in] Constant OdGiMrShadowMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrShadowModeArray | ( | const OdGiMrShadowModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrShadowMode objects.
val | [in] Constant reference to the array of OdGiMrShadowMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrTileOrder | ( | const OdGiMrTileOrder | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiMrTileOrder object.
val | [in] Constant OdGiMrTileOrder object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiMrTileOrderArray | ( | const OdGiMrTileOrderArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiMrTileOrder objects.
val | [in] Constant reference to the array of OdGiMrTileOrder objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters | ( | const OdGiShadowParameters & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters object.
val | [in] Constant reference to the OdGiShadowParameters object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ExtendedLightShape | ( | const OdGiShadowParameters::ExtendedLightShape | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters::ExtendedLightShape object.
val | [in] Constant OdGiShadowParameters::ExtendedLightShape object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ExtendedLightShapeArray | ( | const OdGiShadowParameters_ExtendedLightShapeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters::ExtendedLightShape objects.
val | [in] Constant reference to the array of OdGiShadowParameters::ExtendedLightShape objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ShadowType | ( | const OdGiShadowParameters::ShadowType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters::ShadowType object.
val | [in] Constant OdGiShadowParameters::ShadowType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ShadowTypeArray | ( | const OdGiShadowParameters_ShadowTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters::ShadowType objects.
val | [in] Constant reference to the array of OdGiShadowParameters::ShadowType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParametersArray | ( | const OdGiShadowParametersArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters objects.
val | [in] Constant reference to the array of OdGiShadowParameters objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiSkyParameters | ( | const OdGiSkyParameters & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiSkyParameters object.
val | [in] Constant reference to the OdGiSkyParameters object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiSkyParametersArray | ( | const OdGiSkyParametersArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiSkyParameters objects.
val | [in] Constant reference to the array of OdGiSkyParameters objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiToneOperatorParameters_ExteriorDaylightMode | ( | const OdGiToneOperatorParameters::ExteriorDaylightMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiToneOperatorParameters::ExteriorDaylightMode object.
val | [in] Constant OdGiToneOperatorParameters::ExteriorDaylightMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiToneOperatorParameters_ExteriorDaylightModeArray | ( | const OdGiToneOperatorParameters_ExteriorDaylightModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiToneOperatorParameters::ExteriorDaylightMode objects.
val | [in] Constant reference to the array of OdGiToneOperatorParameters::ExteriorDaylightMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiViewportTraits_DefaultLightingType | ( | const OdGiViewportTraits::DefaultLightingType | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiViewportTraits::DefaultLightingType object.
val | [in] Constant OdGiViewportTraits::DefaultLightingType object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiViewportTraits_DefaultLightingTypeArray | ( | const OdGiViewportTraits_DefaultLightingTypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiViewportTraits::DefaultLightingType objects.
val | [in] Constant reference to the array of OdGiViewportTraits::DefaultLightingType objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyle_Type | ( | const OdGiVisualStyle::Type | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyle::Type object.
val | [in] Constant OdGiVisualStyle::Type object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyle_TypeArray | ( | const OdGiVisualStyle_TypeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyle::Type objects.
val | [in] Constant reference to the array of OdGiVisualStyle::Type objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_EdgeModel | ( | const OdGiVisualStyleProperties::EdgeModel | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyleProperties::EdgeModel object.
val | [in] Constant OdGiVisualStyleProperties::EdgeModel object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_EdgeModelArray | ( | const OdGiVisualStyleProperties_EdgeModelArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyleProperties::EdgeModel objects.
val | [in] Constant reference to the array of OdGiVisualStyleProperties::EdgeModel objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_FaceColorMode | ( | const OdGiVisualStyleProperties::FaceColorMode | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyleProperties::FaceColorMode object.
val | [in] Constant OdGiVisualStyleProperties::FaceColorMode object. |
OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_FaceColorModeArray | ( | const OdGiVisualStyleProperties_FaceColorModeArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyleProperties::FaceColorMode objects.
val | [in] Constant reference to the array of OdGiVisualStyleProperties::FaceColorMode objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt16 | ( | const OdInt16 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdInt16 object.
val | [in] Constant OdInt16 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt16Array | ( | const OdInt16Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdInt16 objects.
val | [in] Constant reference to the array of OdInt16 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt32 | ( | const OdInt32 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdInt32 object.
val | [in] Constant OdInt32 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt32Array | ( | const OdInt32Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdInt32 objects.
val | [in] Constant reference to the array of OdInt32 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt64 | ( | const OdInt64 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdInt64 object.
val | [in] Constant OdInt64 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt64Array | ( | const OdInt64Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdInt64 objects.
val | [in] Constant reference to the array of OdInt64 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt8 | ( | const OdInt8 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdInt8 object.
val | [in] Constant OdInt8 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setInt8Array | ( | const OdInt8Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdInt8 objects.
val | [in] Constant reference to the array of OdInt8 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setString | ( | const OdString & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdString object.
val | [in] Constant reference to OdString. |
OdRxPropertyVariant & OdRxPropertyVariant::setStringArray | ( | const OdStringArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdString objects.
val | [in] Constant reference to the array of OdString objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setTimeStamp | ( | const OdTimeStamp & | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdTimeStamp object.
val | [in] Constant reference to the OdTimeStamp object. |
OdRxPropertyVariant & OdRxPropertyVariant::setTimeStampArray | ( | const OdTimeStampArray & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdTimeStamp objects.
val | [in] Constant reference to the array of OdTimeStamp objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt16 | ( | const OdUInt16 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdUInt16 object.
val | [in] Constant OdUInt16 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt16Array | ( | const OdUInt16Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdUInt16 objects.
val | [in] Constant reference to the array of OdUInt16 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt32 | ( | const OdUInt32 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdUInt32 object.
val | [in] Constant OdUInt32. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt32Array | ( | const OdUInt32Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdUInt32 objects.
val | [in] Constant reference to the array of OdUInt32 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt64 | ( | const OdUInt64 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdUInt64 object.
val | [in] Constant OdUInt64 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt64Array | ( | const OdUInt64Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdUInt64 objects.
val | [in] Constant reference to the array of OdUInt64 objects. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt8 | ( | const OdUInt8 | val | ) |
Sets the value of this OdRxPropertyVariant object from an OdUInt8 object.
val | [in] Constant OdUInt8 object. |
OdRxPropertyVariant & OdRxPropertyVariant::setUInt8Array | ( | const OdUInt8Array & | val | ) |
Sets the value of this OdRxPropertyVariant object from an array of OdUInt8 objects.
val | [in] Constant reference to the array of OdUInt8 objects. |
Type OdRxPropertyVariant::type | ( | ) | const |
Returns the type of this Variant object, excluding ByRef and Array flags.
|
static |
Gets the pointer to the factory object for the corresponding type.
type | [in] Type value. |
int OdRxPropertyVariant::varType | ( | ) | const |
Returns the type of this OdRxPropertyVariant object, including ByRef and Array flags.
double OdRxPropertyVariant::dbl |
Definition at line 377 of file RxPropertyVariant.h.
|
protected |
Definition at line 373 of file RxPropertyVariant.h.
union { ... } OdRxPropertyVariant::m_uData |
void* OdRxPropertyVariant::ptr |
Definition at line 378 of file RxPropertyVariant.h.
OdUInt8 OdRxPropertyVariant::uint8[OdRxPropertyVariantDataSize] |
Definition at line 376 of file RxPropertyVariant.h.