This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVObjectConverter Interface > IAVObjectConverter.SetFeatureSymbology Method (ArcObjects .NET 10.5 SDK) |
Sets the layer symbology for a given feature layer, based on a feature theme's legend.
[Visual Basic .NET] Public Sub SetFeatureSymbology ( _ ByVal themeObject As IAVObject, _ ByVal flayer As IFeatureLayer _ )
[C#] public void SetFeatureSymbology ( IAVObject themeObject, IFeatureLayer flayer );