import "_encxcom_encx.idl";

Public Member Functions | |
| HRESULT | Construct ([in] BSTR acronym) |
| Initialisation. | |
| HRESULT | IsInProduct ([in] enum S57Product product,[out, retval] VARIANT_BOOL *result) |
| Whether this ObjectClass is used by the specified product. | |
Properties | |
| S57Product * | Product [get] |
| Deprecated. Use IsInProduct instead. | |
| BSTR * | Acronym [get] |
| The six letter alphanumeric abbreviation for this ObjectClass. | |
| BSTR * | Description [get] |
| The name of the ObjectClass. | |
Properties and methods via IS57ObjectClass.
Definition at line 3425 of file _encxcom_encx.idl.
| HRESULT IS57ObjectClass::Construct | ( | [in] BSTR | acronym | ) | [inherited] |
Initialisation.
| HRESULT IS57ObjectClass::IsInProduct | ( | [in] enum S57Product | product, | |
| [out, retval] VARIANT_BOOL * | result | |||
| ) | [inherited] |
Whether this ObjectClass is used by the specified product.
S57Product* IS57ObjectClass::Product [get, inherited] |
Deprecated. Use IsInProduct instead.
BSTR* IS57ObjectClass::Acronym [get, inherited] |
The six letter alphanumeric abbreviation for this ObjectClass.
BSTR* IS57ObjectClass::Description [get, inherited] |
The name of the ObjectClass.