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

Generic information. Can be used with any feature. More...

import"encxcom.idl";

Inheritance diagram for IS57FeatureInfo:
Inheritance graph
[legend]

Properties

IS57ObjectClass ObjectClass [get]
 Classification of features. E.g. DEPARE. More...
 
IS57FeatureIdentifier FeatureID [get]
 Globally unique identification of the feature. More...
 
IS57AttributeValues Attributes [get]
 Obtain the collection of attributes (and their values) for this feature. More...
 
IS57FeatureIdentifiers Slaves [get]
 Obtain the collection of subsidiary features for this feature. More...
 

Detailed Description

Generic information. Can be used with any feature.

Definition at line 2515 of file encxcom.idl.

Property Documentation

◆ Attributes

IS57AttributeValues IS57FeatureInfo::Attributes
getproperty

Obtain the collection of attributes (and their values) for this feature.

◆ FeatureID

IS57FeatureIdentifier IS57FeatureInfo::FeatureID
getproperty

Globally unique identification of the feature.

◆ ObjectClass

IS57ObjectClass IS57FeatureInfo::ObjectClass
getproperty

Classification of features. E.g. DEPARE.

◆ Slaves

IS57FeatureIdentifiers IS57FeatureInfo::Slaves
getproperty

Obtain the collection of subsidiary features for this feature.