ENCX SDK  5.5.0.370
Properties | List of all members
IS57AttributeValue Interface Reference

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

import"encxcom.idl";

Inheritance diagram for IS57AttributeValue:
Inheritance graph
[legend]

Properties

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

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 1719 of file encxcom.idl.

Property Documentation

◆ Attribute

IS57Attribute IS57AttributeValue::Attribute
getproperty

The type of attribute.

◆ Value

BSTR IS57AttributeValue::Value
getproperty

The value of the Attribute.