Home > All Other Interfaces > IFeatureGroup > RemoveFeature

RemoveFeature

Removes a feature from the group.

 

JavaScript

 

RemoveFeature(

      ObjectIdStr)

 

C#

 

void RemoveFeature(

      string ObjectIdStr)

 

C++

 

HRESULT RemoveFeature(

      BSTR ObjectIdStr)

Parameters

ObjectIdStr

The ID of the feature to remove.

Exceptions

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