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


IGPParameter3.SymbologyLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameter3.SymbologyLayer Property

SymbologyLayer of the geoprocessing parameter.

[Visual Basic .NET]
Public ReadOnly Property SymbologyLayer As String
[C#]
public string SymbologyLayer {get;}
[C++]
HRESULT get_SymbologyLayer(
  BSTR* SymbologyLayer
);
[C++]

Parameters SymbologyLayer [out, retval] SymbologyLayer is a parameter of type BSTR

Product Availability

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

See Also

IGPParameter3 Interface