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


IBasicSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicSymbol Interface
ArcGIS Developer Help

IBasicSymbol Interface

Provides access to methods that control the basic symbol.

Product Availability

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

Members

Name Description
Method Draw Draws the basic symbol.

Classes that implement IBasicSymbol

Classes Description
BasicFillSymbol Basic fill symbol object.
BasicLineSymbol Basic line symbol object.
BasicMarkerSymbol Basic marker symbol object.

Remarks

Use IBasicSymbol to create a new BasicMarkerSymbol, BasicLineSymbol or BasicFillSymbol and insert into a representation rule using IRepresentationRule::InsertLayer method at a given index. Also you can use IRepresentationRule::Layer property to retrieve the basic symbol layer at a given index.

A geometric effect may exist at a basic symbol layer level. Use IGeometricEffect or IGeometricEffects interfaces to access and modify the geometric effects applied at this level.