ArcObjects Library Reference (Schematic)  

ISchematicNodeReductionRuleByFlow.UseSuperSpanClass Property

Indicates if the Schematic Node Reduction By Flow rule must work with the super span class.

[Visual Basic .NET]
Public Property UseSuperSpanClass As Boolean
[C#]
public bool UseSuperSpanClass {get; set;}
[C++]
HRESULT get_UseSuperSpanClass(
  VARIANT_BOOL* UseSuperSpanClass
);
[C++]
HRESULT put_UseSuperSpanClass(
  VARIANT_BOOL UseSuperSpanClass
);
[C++]

Parameters

UseSuperSpanClass [out, retval]   UseSuperSpanClass is a parameter of type VARIANT_BOOL UseSuperSpanClass [in]   UseSuperSpanClass is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface