GetCurrentFeatures

Returns the features that are currently loaded when this method is called.

Note:    If a layer is being streamed, the features returned by this method only reflect the layer status at the time the method is called. The actual loaded features may change as features are added or deleted while the layer is streaming.

Note:    If this method is called on an annotation feature group (these groups can be identified using the IsAnnotation method), the IFeatures66 that they return can only be used to query the point position of annotations and to read attribute values. Any values set for an annotation IFeature66 will not persist.

 

JavaScript

 

GetCurrentFeatures

 

C#

 

IFeatures66 GetCurrentFeatures ()

 

C++

 

HRESULT GetCurrentFeatures (

       IFeatures66** pVal)

Return Value

pVal

An IFeatures66 representing the features that are currently loaded.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.