This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureRemovalExtended Interface > ISchematicFeatureRemovalExtended.Evaluate Method (ArcObjects .NET 10.4 SDK) |
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