Home > All Other Interfaces > IFeature

IFeature6

The properties of each feature contained within a feature layer can be returned or set from this interface.

 

 

Properties

 

ClientData

A text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData (Inherited from ITerraExplorerObject6)

FeatureAttributes

An IFeatureAttributes6 representing the feature’s attributes that were imported when the feature layer was loaded.

FeatureID

Returns the ID of the selected feature.

Geometry

An IGeometry representing the geometry values with the Z value that is displayed in the 3D Window (the feature’s original Z value plus the altitude assigned to the feature group).

GeometryZ

An IGeometry representing the geometry values with the Z values from the original data source.

ID

The ID of the feature. (Inherited from ITerraExplorerObject6)

ObjectType

An enum that identifies the symbol type representing the feature on the terrain. (Inherited from ITerraExplorerObject6)

ParentItemID

Returns the ID of the layer or feature group which contains the feature.

SaveInFlyFile

A Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject6)

State

Returns an enum indicating whether the feature attributes were modified.

 

Methods

 

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject6)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject6)