Provides access to members that control the properties common to several line types.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ILineProperties is a set of high order properties for some specialized line symbol interfaces, like IHashLineSymbol . These properties aren't implemented for all line symbols because they don't always apply. But for the sake of convenience they are placed in this interface so they can be accessed in a consistent manner, e.g., making a function that sets line properties for any given line symbol interface that supports ILineProperties .
Members
CoClasses that implement ILineProperties
See Also
IPictureLineSymbol Interface | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | ILineProperties Interface | ITemplate Interface | ICartographicLineSymbol Interface | ILineSymbol Interface | ILineDecorationElement Interface | ILineDecoration Interface
.NET Snippets
Create Cartographic Line Symbol
.NET Samples
Dynamic biking (Code Files:
DynamicBikingCmd)
.NET Related Topics
How to make a cartographic line symbol