This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > IStyleSelector Interface > IStyleSelector.GetStyle Method (ArcObjects .NET 10.5 SDK) |
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 );