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


ICadastralFabricSelection.ParcelSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSelection Interface > ICadastralFabricSelection.ParcelSymbol Property
ArcGIS Developer Help

ICadastralFabricSelection.ParcelSymbol Property

The designated Parcels symbol.

[Visual Basic .NET]
Public Function get_ParcelSymbol ( _
    ByVal ParcelType As esriCadastralParcelType _
) As ISimpleFillSymbol
[Visual Basic .NET]
Public Sub set_ParcelSymbol ( _
    ByVal ParcelType As esriCadastralParcelType, _
    ByVal Symbol As ISimpleFillSymbol _
)
[C#]
public ISimpleFillSymbol get_ParcelSymbol (
    esriCadastralParcelType ParcelType
);
[C#]
public void set_ParcelSymbol (
    esriCadastralParcelType ParcelType,
    ISimpleFillSymbol Symbol
);
[C++]
HRESULT get_ParcelSymbol(
  esriCadastralParcelType ParcelType,
  ISimpleFillSymbol** Symbol
);
[C++]
HRESULT put_ParcelSymbol(
  esriCadastralParcelType ParcelType,
  ISimpleFillSymbol* Symbol
);
[C++]
Parameters
ParcelType [in]

ParcelType is a parameter of type esriCadastralParcelType Symbol [out, retval]
Symbol is a parameter of type ISimpleFillSymbol** ParcelType [in]
ParcelType is a parameter of type esriCadastralParcelType Symbol [in]
Symbol is a parameter of type ISimpleFillSymbol*

Product Availability

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

See Also

ICadastralFabricSelection Interface