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


IStyleSelector.AddStyle Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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