IFeature80

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

 

Properties

 

DataSourceFeatureID

Gets the ID of the selected feature as assigned by the data source.

FeatureAttributes

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

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.

Highlight

Gets and sets a Boolean that determines whether the feature is highlighted in the 3D Window.

ID

Gets the ID of the feature. (Inherited from ITerraExplorerObject80)

LayerID

Gets the ID of the layer which contains the feature.

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject80)

ParentGroupID

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

SaveInFlyFile

Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject80)

Show

Gets and sets a Boolean that determines whether to show or hide a feature.

State

Gets an enum returning changes in the feature state from when it was loaded. 

Tint

An IColor80 representing the feature’s tint color.

Note:    If after setting this property, the feature’s layer or group properties are set (e.g. using I3DMLFeatureProperties80.Tint or IFeatureGroup80.SetProperty) or operations are performed on the features (e.g. editing using IProjectTree80.EditItemEx), the Tint property setting will be overridden.

 

Methods

 

GetClientData

Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80)

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject80)

GetProperty

Returns the value set for the specified property.

SetClientData

Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject80)