The HPS::Exchange::ExportXMLOptionsKit class is a user space object. It contains settings controlling how XML data is exported via Exchange. Calling HPS::Exchange::ExportXMLOptionsKit::GetDefault() will return an options kit with values found in here. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this ExportXMLOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.ExportXMLOptionsKit in_kit) |
Check if the source ExportXMLOptionsKit is equivalent to this ExportXMLOptionsKit. More... | |
ExportXMLOptionsKit () | |
The default constructor creates an empty ExportXMLOptionsKit object. More... | |
ExportXMLOptionsKit (HPS.Exchange.ExportXMLOptionsKit in_kit) | |
The copy constructor creates a new ExportXMLOptionsKit object that contains the same settings as the source ExportXMLOptionsKit. More... | |
override int | GetHashCode () |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.Exchange.ExportXMLOptionsKit in_kit) |
Copies the source ExportXMLOptionsKit into this ExportXMLOptionsKit. More... | |
HPS.Exchange.ExportXMLOptionsKit | SetMaterials (bool in_state) |
Sets whether to export materials. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#a5e041e21b0e91ca6cbd2d955bbab8ce3">A3DRWParamsExportXMLData::m_bExportColorMaterial</ulink>. More... | |
HPS.Exchange.ExportXMLOptionsKit | SetMetadata (bool in_state) |
Sets whether to export metadata. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#a4cb6a30be9204c7b4ba1f328277b698f">A3DRWParamsExportXMLData::m_bExportMetadata</ulink>. More... | |
HPS.Exchange.ExportXMLOptionsKit | SetTransformations (bool in_state) |
Sets whether to export transformations. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#acc79c32566fa8af73cead09de81097fd">A3DRWParamsExportXMLData::m_bExportTransformations</ulink>. More... | |
void | Show (out HPS.Exchange.ExportXMLOptionsKit out_kit) |
Copies this ExportXMLOptionsKit into the given ExportXMLOptionsKit. More... | |
bool | ShowMaterials (out bool out_state) |
Shows the material export setting. More... | |
bool | ShowMetadata (out bool out_state) |
Shows the metadata export setting. More... | |
bool | ShowTransformations (out bool out_state) |
Shows the transformation export setting. More... | |
HPS.Exchange.ExportXMLOptionsKit | UnsetEverything () |
Removes all settings from this ExportXMLOptionsKit. More... | |
HPS.Exchange.ExportXMLOptionsKit | UnsetMaterials () |
Removes the material export setting. More... | |
HPS.Exchange.ExportXMLOptionsKit | UnsetMetadata () |
Removes the metadata export setting. More... | |
HPS.Exchange.ExportXMLOptionsKit | UnsetTransformations () |
Removes the transformation export setting. More... | |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
Static Public Member Functions | |
static HPS.Exchange.ExportXMLOptionsKit | GetDefault () |
Creates an ExportXMLOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File::ExportXML. More... | |
static bool | operator!= (HPS.Exchange.ExportXMLOptionsKit a, HPS.Exchange.ExportXMLOptionsKit b) |
static bool | operator== (HPS.Exchange.ExportXMLOptionsKit a, HPS.Exchange.ExportXMLOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The HPS::Exchange::ExportXMLOptionsKit class is a user space object. It contains settings controlling how XML data is exported via Exchange. Calling HPS::Exchange::ExportXMLOptionsKit::GetDefault() will return an options kit with values found in here.
|
inline |
The default constructor creates an empty ExportXMLOptionsKit object.
|
inline |
The copy constructor creates a new ExportXMLOptionsKit object that contains the same settings as the source ExportXMLOptionsKit.
in_kit | The source ExportXMLOptionsKit to copy. |
|
inlinevirtual |
Indicates whether this ExportXMLOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source ExportXMLOptionsKit is equivalent to this ExportXMLOptionsKit.
in_kit | The source ExportXMLOptionsKit to compare to this ExportXMLOptionsKit. |
|
inlinestatic |
Creates an ExportXMLOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. These values will be used for import unless an option is overridden by the options passed to File::ExportXML.
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
|
inline |
Copies the source ExportXMLOptionsKit into this ExportXMLOptionsKit.
in_kit | The source ExportXMLOptionsKit to copy. |
|
inline |
Sets whether to export materials. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#a5e041e21b0e91ca6cbd2d955bbab8ce3">A3DRWParamsExportXMLData::m_bExportColorMaterial</ulink>.
in_state | Whether to export materials. |
Default value
|
inline |
Sets whether to export metadata. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#a4cb6a30be9204c7b4ba1f328277b698f">A3DRWParamsExportXMLData::m_bExportMetadata</ulink>.
in_state | Whether to export metadata. |
Default value
|
inline |
Sets whether to export transformations. This corresponds to the value that will be passed to <ulink url="http://docs.techsoft3d.com/exchange/latest/build/api_ref/struct_a3_d_r_w_params_export_x_m_l_data.html#acc79c32566fa8af73cead09de81097fd">A3DRWParamsExportXMLData::m_bExportTransformations</ulink>.
in_state | Whether to export transformations. |
Default value
|
inline |
Copies this ExportXMLOptionsKit into the given ExportXMLOptionsKit.
out_kit | The ExportXMLOptionsKit to populate with the contents of this ExportXMLOptionsKit. |
|
inline |
Shows the material export setting.
out_state | Whether to export materials. |
|
inline |
Shows the metadata export setting.
out_state | Whether to export metadata. |
|
inline |
Shows the transformation export setting.
out_state | Whether to export transformations. |
|
inline |
Removes all settings from this ExportXMLOptionsKit.
|
inline |
Removes the material export setting.
|
inline |
Removes the metadata export setting.
|
inline |
Removes the transformation export setting.