Skip to content

Commit

Permalink
ArcGIS Pro 2.3 SDK for .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
arcgisprosdk committed Mar 14, 2019
1 parent 0e3058c commit 31390f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
9 changes: 5 additions & 4 deletions Map-Authoring/PlaceText/Module1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@ limitations under the License.
namespace PlaceText
{
/// <summary>
/// This sample shows how to place text within a circular callout.
/// This sample shows how to place point markers with text inside the point marker.
/// </summary>
/// <remarks>
/// 1. In Visual studio rebuild the solution.
/// 1. Debug the add-in by clicking the "Start" button.
/// 1. ArcGIS Pro opens, select any project with a map.
/// 1. Open the Add-in Tab and click on the "Place Text Tool" button to active a "Place Text" Map tool.
/// 1. Open the Add-in Tab and click on the "Place Text Tool" button to active the "Place Text" Map tool.
/// ![UI](Screenshots/Screen1.png)
/// 1. Click on the map to place text with the call-out.
/// 1. Click the 'Clear' button to remove all placed 'call-out' text.
/// 1. Click on the map to place a point marker with text inside.
/// 1. The sample code has been hardcoded to a circle (index 40) but developers can change the index to experiment with different shapes.
/// 1. Click the 'Clear' button to remove all placed 'point marker' text.
/// </remarks>
internal class Module1 : Module
{
Expand Down
9 changes: 5 additions & 4 deletions Map-Authoring/PlaceText/PlaceText (C#).md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## PlaceText

<!-- TODO: Write a brief abstract explaining this sample -->
This sample shows how to place text within a circular callout.
This sample shows how to place point markers with text inside the point marker.



Expand Down Expand Up @@ -39,11 +39,12 @@ Visual Studio: 2017
1. In Visual studio rebuild the solution.
1. Debug the add-in by clicking the "Start" button.
1. ArcGIS Pro opens, select any project with a map.
1. Open the Add-in Tab and click on the "Place Text Tool" button to active a "Place Text" Map tool.
1. Open the Add-in Tab and click on the "Place Text Tool" button to active the "Place Text" Map tool.
![UI](Screenshots/Screen1.png)

1. Click on the map to place text with the call-out.
1. Click the 'Clear' button to remove all placed 'call-out' text.
1. Click on the map to place a point marker with text inside.
1. The sample code has been hardcoded to a circle (index 40) but developers can change the index to experiment with different shapes.
1. Click the 'Clear' button to remove all placed 'point marker' text.



Expand Down
9 changes: 5 additions & 4 deletions Map-Authoring/PlaceText/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## PlaceText

<!-- TODO: Write a brief abstract explaining this sample -->
This sample shows how to place text within a circular callout.
This sample shows how to place point markers with text inside the point marker.



Expand Down Expand Up @@ -39,11 +39,12 @@ Visual Studio: 2017
1. In Visual studio rebuild the solution.
1. Debug the add-in by clicking the "Start" button.
1. ArcGIS Pro opens, select any project with a map.
1. Open the Add-in Tab and click on the "Place Text Tool" button to active a "Place Text" Map tool.
1. Open the Add-in Tab and click on the "Place Text Tool" button to active the "Place Text" Map tool.
![UI](Screenshots/Screen1.png)

1. Click on the map to place text with the call-out.
1. Click the 'Clear' button to remove all placed 'call-out' text.
1. Click on the map to place a point marker with text inside.
1. The sample code has been hardcoded to a circle (index 40) but developers can change the index to experiment with different shapes.
1. Click the 'Clear' button to remove all placed 'point marker' text.



Expand Down
2 changes: 1 addition & 1 deletion Map-Exploration/OverviewTableControl/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Visual Studio: 2017
1. Within the "Add-in" tab, click the Table Control dropdown and select the control type: Dock Pane, Pane, Dialog.
1. A table control will open and display the current content of the selected layer or table from the active map.
1. Select a few records in the table control. Notice that the current map selection changes to reflect this.
![UI](Screenshots/tablecontrol.png)
![UI](screenshots/tablecontrol.png)



Expand Down

0 comments on commit 31390f1

Please sign in to comment.