IFeature66

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

 

Properties

 

ClientData

Gets and sets a text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData (Inherited from ITerraExplorerObject66)

DataSourceFeatureID

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

FeatureAttributes

An IFeatureAttributes66 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.

ID

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

LayerID

Gets the ID of the layer which contains the feature.

ObjectType

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

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 ITerraExplorerObject66)

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 IColor66 representing the feature’s tint color.

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

 

Methods

 

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject66)