ENCX::S57ObjectClass Class Reference

Type of S-57 Object. More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::S57ObjectClass:

List of all members.

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

S57ProductProduct [get]
 Deprecated. Use IsInProduct instead.
BSTR * Acronym [get]
 The six letter alphanumeric abbreviation for this ObjectClass.
BSTR * Description [get]
 The name of the ObjectClass.


Detailed Description

Type of S-57 Object.

Properties and methods via IS57ObjectClass.

Definition at line 3425 of file _encxcom_encx.idl.


Member Function Documentation

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.


Property Documentation

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.