Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicMapTool properties does not exist #22

Closed
rdan461 opened this issue May 8, 2018 · 2 comments
Closed

BasicMapTool properties does not exist #22

rdan461 opened this issue May 8, 2018 · 2 comments

Comments

@rdan461
Copy link

rdan461 commented May 8, 2018

I'm using VS 2015 Professional with ArcGIS Pro SDK 2; building the BasicMapTool project returns errors for OverlayControlCanResize and OverlayControlPositionRatio, says the name does not exist in the current context. These are not properties of the OverlayControl....

public BasicMapTool() : base() {
    this.OverlayControlID = "BasicMapTool_BasicEmbeddableControl";
    
    //Embeddable control can be resized
    OverlayControlCanResize = true;
    // //Specify ratio of 0 to 1 to place the control
    OverlayControlPositionRatio = new System.Windows.Point(0, 0); //top left
}
@jgravois
Copy link
Contributor

jgravois commented May 8, 2018

greetings @rdan461 👋

i'm pretty much the only one keeping an eye on this repo right now, and i haven't written any C# in many years.

because of this, my best suggestion is for you to ask your question on Geonet in the ArcGIS Pro SDK community or perhaps in https://github.com/Esri/arcgis-pro-sdk.

@rdan461
Copy link
Author

rdan461 commented May 8, 2018 via email

@jgravois jgravois closed this as completed May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants