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


INetworkLayerSymbology.CanSymbolize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INetworkLayerSymbology.CanSymbolize Property

Indicates if it can create symbology for this type of network layer.

[Visual Basic .NET]
Public Function get_CanSymbolize ( _
    ByVal Layer As INetworkLayer _
) As Boolean
[C#]
public bool get_CanSymbolize (
    INetworkLayer Layer
);
[C++]
HRESULT get_CanSymbolize(
  INetworkLayer* Layer,
  VARIANT_BOOL* flag
);
[C++]

Parameters Layer [in]
Layer is a parameter of type INetworkLayer flag [out, retval] flag is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkLayerSymbology Interface