This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkLayerSymbology Interface > INetworkLayerSymbology.CanSymbolize Property (ArcObjects .NET 10.4 SDK) |
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