Provides access to members that return error features.
Members
Name | Description | |
---|---|---|
ErrorFeatures | Return the error features in the specified extent. | |
ErrorFeaturesByFeatureGUIDs | Return the error features corresponding to the specified features. | |
ErrorFeaturesByRuleTypes | Return the error features corresponding to the specified rule types. | |
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 |
---|