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


IStyleSelector.GetStyle 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.GetStyle Method
ArcGIS Developer Help

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