ArcObjects Library Reference (Schematic)  

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,
  VARIANT_BOOL* Reduce
);
[C++]

Parameters

SchematicFeature [in]

  SchematicFeature is a parameter of type ISchematicInMemoryFeature

Reduce [out, retval]   Reduce is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicFeatureRemovalExtended Interface