ArcObjects Library Reference  (Carto)    

ICadastralFabricSelection.ParcelSymbol Property

The designated Parcels symbol.

[Visual Basic 6.0]
Property ParcelSymbol(
    ByVal ParcelType As esriCadastralParcelType _
) As ISimpleFillSymbol
[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
);
[Java]
public  getParcelSymbol (
    esriCadastralParcelType ParcelType,
    ISimpleFillSymbol Symbol
)
[Java]
public void setParcelSymbol(
    esriCadastralParcelType ParcelType,
    ISimpleFillSymbol Symbol
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page