ArcObjects Library Reference (Schematic)  

ISchematicFeatureRemovalRule.CompareType Property

Type of comparaison of attribute value.

[Visual Basic .NET]
Public Property CompareType As Integer
[C#]
public int CompareType {get; set;}
[C++]
HRESULT get_CompareType(
  long* CompareType
);
[C++]
HRESULT put_CompareType(
  long CompareType
);
[C++]

Parameters

CompareType [out, retval]   CompareType is a parameter of type long CompareType [in]   CompareType is a parameter of type long

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface