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


ISchematicNodeReductionRuleByFlow.SuperSpanClassName 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.SuperSpanClassName Property
ArcGIS Developer Help

ISchematicNodeReductionRuleByFlow.SuperSpanClassName Property

Schematic Super Span element class name related to the Schematic Node Reduction By Flow rule.

[Visual Basic .NET]
Public Property SuperSpanClassName As String
[C#]
public string SuperSpanClassName {get; set;}
[C++]
HRESULT get_SuperSpanClassName(
  System.String* SuperSpanClassName
);
[C++]
HRESULT put_SuperSpanClassName(
  BSTR SuperSpanClassName
);
[C++]
Parameters
SuperSpanClassName [out, retval]

SuperSpanClassName is a parameter of type BSTR* SuperSpanClassName [in]
SuperSpanClassName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface