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.