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


ITopologyExtension.TopologySymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.TopologySymbol Property
ArcGIS Developer Help

ITopologyExtension.TopologySymbol Property

Symbol used to draw topology elements.

[Visual Basic .NET]
Public Function get_TopologySymbol ( _
    ByVal whichType As esriTopologyElementSymbol _
) As ISymbol
[Visual Basic .NET]
Public Sub set_TopologySymbol ( _
    ByVal whichType As esriTopologyElementSymbol, _
    ByVal Symbol As ISymbol _
)
[C#]
public ISymbol get_TopologySymbol (
    esriTopologyElementSymbol whichType
);
[C#]
public void set_TopologySymbol (
    esriTopologyElementSymbol whichType,
    ISymbol Symbol
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to control the display behavior for topology elements.  Each topology element type has its own symbol; specify the esriTopologyElementSymbol for the symbol you want to access. The options are esriTESelectedNodeSymbol, esriTESelectedEdgeSymbol, and esriTENodeSymbol

See Also

ITopologyExtension Interface