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


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

IStyleSelector.GetStyle Method

Returns the updated style. Index is required when more than one style was originally added.

[Visual Basic .NET]
Public Function GetStyle ( _
    ByVal Index As Integer _
) As Object
[C#]
public object GetStyle (
    int Index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IStyleSelector Interface