ArcObjects Library Reference (Schematic)  

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(
  BSTR* 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