ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
ENCX::S57ObjectClass Class Reference

Type of S-57 Object. More...

import"encxcom.idl";

Inheritance diagram for ENCX::S57ObjectClass:
Inheritance graph
[legend]

Public Member Functions

HRESULT Construct ([in] BSTR acronym)
 Initialisation. More...
 
HRESULT IsInProduct ([in] enum S57Product product, [out, retval] VARIANT_BOOL *result)
 Whether this ObjectClass is used by the specified product. More...
 

Properties

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

Detailed Description

Type of S-57 Object.

Properties and methods via IS57ObjectClass.

Definition at line 4237 of file encxcom.idl.

Member Function Documentation

◆ Construct()

HRESULT IS57ObjectClass::Construct ( [in] BSTR  acronym)
inherited

Initialisation.

◆ IsInProduct()

HRESULT IS57ObjectClass::IsInProduct ( [in] enum S57Product  product,
[out, retval] VARIANT_BOOL *  result 
)
inherited

Whether this ObjectClass is used by the specified product.

Property Documentation

◆ Acronym

BSTR IS57ObjectClass::Acronym
getinherited

The six letter alphanumeric abbreviation for this ObjectClass.

◆ Description

BSTR IS57ObjectClass::Description
getinherited

The name of the ObjectClass.

◆ Product

S57Product IS57ObjectClass::Product
getinherited

Deprecated. Use IsInProduct instead.