IErrorFeatureContainerEx Interface

Provides access to members that return error features.

Members

Name Description
Read-only property ErrorFeatures Return the error features in the specified extent.
Read-only property ErrorFeaturesByFeatureGUIDs Return the error features corresponding to the specified features.
Read-only property ErrorFeaturesByRuleTypes Return the error features corresponding to the specified rule types.
Read-only property ErrorFeaturesBySourceIDs Return the error features corresponding to the specified feature sources.

IErrorFeatureContainerEx.ErrorFeatures Property

Return the error features in the specified extent.

Public Function get_ErrorFeatures ( _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Extent As IEnvelope, _
    ByVal includeExceptions As Boolean _
) As IEnumFeature
public IEnumFeature get_ErrorFeatures (
    ISpatialReference SpatialReference,
    IEnvelope Extent,
    bool includeExceptions
);

IErrorFeatureContainerEx.ErrorFeaturesByFeatureGUIDs Property

Return the error features corresponding to the specified features.

Public Function get_ErrorFeaturesByFeatureGUIDs ( _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Extent As IEnvelope, _
    ByVal featureGUIDs As IArray, _
    ByVal includeExceptions As Boolean _
) As IEnumFeature
public IEnumFeature get_ErrorFeaturesByFeatureGUIDs (
    ISpatialReference SpatialReference,
    IEnvelope Extent,
    IArray featureGUIDs,
    bool includeExceptions
);

IErrorFeatureContainerEx.ErrorFeaturesByRuleTypes Property

Return the error features corresponding to the specified rule types.

Public Function get_ErrorFeaturesByRuleTypes ( _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Extent As IEnvelope, _
    ByVal ruleTypes As ILongArray, _
    ByVal includeExceptions As Boolean _
) As IEnumFeature
public IEnumFeature get_ErrorFeaturesByRuleTypes (
    ISpatialReference SpatialReference,
    IEnvelope Extent,
    ILongArray ruleTypes,
    bool includeExceptions
);

IErrorFeatureContainerEx.ErrorFeaturesBySourceIDs Property

Return the error features corresponding to the specified feature sources.

Public Function get_ErrorFeaturesBySourceIDs ( _
    ByVal SpatialReference As ISpatialReference, _
    ByVal Extent As IEnvelope, _
    ByVal sourceIDs As ILongArray, _
    ByVal includeExceptions As Boolean _
) As IEnumFeature
public IEnumFeature get_ErrorFeaturesBySourceIDs (
    ISpatialReference SpatialReference,
    IEnvelope Extent,
    ILongArray sourceIDs,
    bool includeExceptions
);

Classes that implement IErrorFeatureContainerEx

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.