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


IStyleSelector.AddStyle Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > IStyleSelector Interface > IStyleSelector.AddStyle Method
ArcGIS Developer Help

IStyleSelector.AddStyle Method

Specifies the original style. May specify more than one.

[Visual Basic .NET]
Public Function AddStyle ( _
    ByVal Style As Object _
) As Boolean
[C#]
public bool AddStyle (
    object Style
);

Product Availability

Available with ArcGIS Desktop.

See Also

IStyleSelector Interface