The Configuration class is a user space object. It is a used to get configuration information for a CAD file.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
enum | UpdateType { Synchronous = 0,
Asynchronous = 1
} |
| The type of update to perform, either synchronous or asynchronous. More...
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The Configuration class is a user space object. It is a used to get configuration information for a CAD file.
HPS.Exchange.Configuration.Configuration |
( |
| ) |
|
|
inline |
HPS.Exchange.Configuration.Configuration |
( |
string |
in_name | ) |
|
|
inline |
This constructor creates a Configuration with the given name and no subconfigurations.
- Parameters
-
in_name | UTF8-encoded string with the name for this <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref>. |
This constructor creates a Configuration with the given name and the given subconfigurations
- Parameters
-
in_name | UTF8-encoded string with the name for this <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref>. |
in_count | Size of the following array. |
in_subconfigurations | The subconfigurations for this <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref>. |
The copy constructor creates a new Configuration object that contains the same settings as the source Configuration.
- Parameters
-
in_configuration | The source <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref> to copy. |
override bool HPS.Exchange.Configuration.Empty |
( |
| ) |
|
|
inlinevirtual |
Check if the source Configuration is equivalent to this Configuration.
- Parameters
-
in_kit | The source <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref> to compare to this <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref>. |
- Returns
- true if the objects are equivalent, false otherwise.
string HPS.Exchange.Configuration.GetName |
( |
| ) |
|
|
inline |
override HPS.Type HPS.Exchange.Configuration.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Copies this Configuration into the given Configuration.
- Parameters
-
out_kit | The <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_exchange_1_1_configuration" kindref="compound">Configuration</ref>. |
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs