This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByFlow Interface > ISchematicNodeReductionRuleByFlow.UseSuperSpanClass Property (ArcObjects .NET 10.5 SDK) |
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