This document is archived and information here might be outdated.  Recommended version.


ISchematicFeatureRemovalExtended.Evaluate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalExtended Interface > ISchematicFeatureRemovalExtended.Evaluate Method
ArcGIS Developer Help

ISchematicFeatureRemovalExtended.Evaluate Method

Evaluate the schematic feature to be reduced or not.

[Visual Basic .NET]
Public Function Evaluate ( _
    ByVal SchematicFeature As ISchematicInMemoryFeature _
) As Boolean
[C#]
public bool Evaluate (
    ISchematicInMemoryFeature SchematicFeature
);
[C++]
HRESULT Evaluate(
  ISchematicInMemoryFeature* SchematicFeature
);
[C++]
Parameters
SchematicFeature [in]

SchematicFeature is a parameter of type ISchematicInMemoryFeature*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicFeatureRemovalExtended Interface