POST
|
This is the code that I am using and it is not changing the alignments on the text symbol position properties. string mapTitle = "Notification Labels\r\n" + prjName + "\r\nBuffer: " + SizeUnits; Coordinate2D titleTxt_ll = new Coordinate2D(2.9538, 9.9116); CIMTextSymbol arial18bold = SymbolFactory.Instance.ConstructTextSymbol(ColorFactory.Instance.BlackRGB, 18, "Arial", "Bold"); arial18bold.HorizontalAlignment = ArcGIS.Core.CIM.HorizontalAlignment.Center; arial18bold.VerticalAlignment = ArcGIS.Core.CIM.VerticalAlignment.Top; GraphicElement titleTxtElm = LayoutElementFactory.Instance.CreatePointTextGraphicElement(newLayout, titleTxt_ll, mapTitle, arial18bold); titleTxtElm.SetName("Title Text");
... View more
01-27-2020
08:59 AM
|
0
|
1
|
69
|
POST
|
No not yet Get Outlook for Android<https://aka.ms/ghei36>
... View more
09-25-2019
06:43 AM
|
0
|
0
|
23
|
POST
|
I got it fixed....honoring overwrite now Get Outlook for Android<https://aka.ms/ghei36>
... View more
08-08-2019
07:38 AM
|
0
|
1
|
34
|
POST
|
I would like to know if you can add a conditional expression in dynamic text to reports? for example, have an element that would display an "X" if a conditional field value was true. something like this: <dyn type="report" property="X" field="Status='ADDITION'"/>
... View more
04-19-2019
10:06 AM
|
0
|
6
|
287
|
POST
|
Since switching to ArcGIS Pro 2.3 my addin is giving me trouble. Calls to asynchronous task are not waiting to complete before the next task starts. Has anyone experienced this?
... View more
04-15-2019
10:07 AM
|
0
|
0
|
48
|
POST
|
Since switching to ArcGIS Pro 2.3 my addin is giving me trouble. Calls to asynchronous task are not waiting to complete before the next task starts. Here is a snippet: private async void btnGo_Click(object sender, RoutedEventArgs e) { await ImportTemplate(); } private async Task ImportTemplate() { lblProgress.Content = "Importing template..."; string mxd = @"N:\Support\ArcGIS\Tools\MailingList\MailingLabelsRequest_TemplatePro.mxd"; Item mxdItem = ItemFactory.Instance.Create(mxd, ItemFactory.ItemType.PathItem); await QueuedTask.Run(() => { MapFactory.Instance.CreateMapFromItem(mxdItem); }); lblProgress.Content = "Rename Layout..."; m_wsName = txtProjectName.Text.Replace(" ", ""); mapName = String.Concat(m_wsName, "_", SizeUnits); await QueuedTask.Run(() => { LayoutView.Active.Layout.SetName(mapName); } } the second QueuedTask starts before the first one completes and it dependent on the first one to complete.
... View more
02-15-2019
09:18 AM
|
1
|
0
|
153
|
POST
|
You can truncate the whole table or you can remove specific rows based on the sde id using this command DELETE FROM SDE_table_locks(Replace with your table name) WHERE sde_id = 2222
... View more
11-08-2018
08:24 AM
|
1
|
0
|
455
|
POST
|
I actually figured it out….AutoReorder on the CIMLegend Thank you
... View more
10-24-2018
09:49 AM
|
0
|
0
|
29
|
POST
|
Hi Uma, Is there a way to get at the following: To enable them through the sdk? Thank you Michael
... View more
10-24-2018
09:02 AM
|
0
|
0
|
29
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|