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