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


ISchematicNodeReductionRuleByFlow.UseSuperSpanClass Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* UseSuperSpanClass
);
[C++]
HRESULT put_UseSuperSpanClass(
  VARIANT_BOOL UseSuperSpanClass
);
[C++]

Parameters UseSuperSpanClass [out, retval]
UseSuperSpanClass is a parameter of type bool* UseSuperSpanClass [in]
UseSuperSpanClass is a parameter of type bool

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface