ArcGISWindowsPhoneSDK.EditorTracking.EditorTracking C# (CSharp) 메소드

EditorTracking() 공개 메소드

public EditorTracking ( ) : System
리턴 System
        public EditorTracking()
        {
            InitializeComponent();

            editor = LayoutRoot.Resources["MyEditor"] as Editor;
            featureLayer = MyMap.Layers["WildfireLayer"] as FeatureLayer;

            // Activate identity manager
            IdentityManager.Current.ChallengeMethod = Challenge;
        }