I don't see you including any SimpleMarkerSymbol or other symbol as a parameter in the .AddValue method of your renderer. The parameters I've always set for a uniqueval renderer are as such:
pUVRenderer.AddValue(pfeature.Value(pFClass.FindField("FlagType")), "", pSym)
pUVR = ((IGeoFeatureLayer)player).Renderer as IUniqueValueRenderer;
pDoc.UpdateContents() pDoc.ActiveView.Refresh() pDoc.ActiveView.PartialRefresh(esriViewDrawPhase.esriViewGeography, Nothing, Nothing)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.