Hi All
Hi All
I am working to implement an annotation tool,Click the button to display all annotations.Why do I use this code to create annotations, but when the program runs it shows blank space?Am i missing something?
(c sharp code)
CIMLabelClass labelClass = new CIMLabelClass
{Visibility = true };
labelClasses.Add(labelClass);
layerDef.LabelClasses = labelClasses.ToArray();
layerDef.LabelVisibility = true;
layer.SetDefinition(layerDef);
mapView.Redraw(true);
Thanks!
rs