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


ISchematicNodeReductionRuleByFlow.UseSuperSpanClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByFlow Interface > ISchematicNodeReductionRuleByFlow.UseSuperSpanClass Property
ArcGIS Developer Help

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