IS57AttributeValue Interface Reference

An S-57 feature can contain many attributes. Each attribute has a type (IS57Attribute) and a value. More...

import "_encxcom_encx.idl";

Inheritance diagram for IS57AttributeValue:

List of all members.

Properties

IS57Attribute ** Attribute [get]
 The type of attribute.
BSTR * Value [get]
 The value of the Attribute.


Detailed Description

An S-57 feature can contain many attributes. Each attribute has a type (IS57Attribute) and a value.

Any one feature can only contain one attribute of each type.

Definition at line 1509 of file _encxcom_encx.idl.


Property Documentation

IS57Attribute ** IS57AttributeValue::Attribute [get]

The type of attribute.

BSTR* IS57AttributeValue::Value [get]

The value of the Attribute.