Earth Engine ने गैर-व्यावसायिक इस्तेमाल के लिए कोटा टियर लॉन्च किए हैं. इससे शेयर किए गए कंप्यूट संसाधनों को सुरक्षित रखने और सभी के लिए भरोसेमंद परफ़ॉर्मेंस को पक्का करने में मदद मिलेगी. गैर-व्यावसायिक प्रोजेक्ट के लिए, डिफ़ॉल्ट रूप से कम्यूनिटी टियर का इस्तेमाल किया जाता है. हालांकि, किसी प्रोजेक्ट के टियर को कभी भी बदला जा सकता है.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
ui.Map.DrawingTools.set
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह कुकी, किसी प्रॉपर्टी की वैल्यू सेट करती है. अगर दी गई कुंजी, ऑब्जेक्ट के साथ काम नहीं करती है, तो यह फ़ंक्शन गड़बड़ी दिखाता है. कंस्ट्रक्टर के पैरामीटर देखें, ताकि यह पता चल सके कि कौनसी प्रॉपर्टी सेट की जा सकती हैं.
यह ui.data.ActiveDictionary दिखाता है.
इस्तेमाल
रिटर्न
DrawingTools.set(keyOrDict, value)
ui.data.ActiveDictionary
आर्ग्यूमेंट
टाइप
विवरण
यह: ui.data.activedictionary
ui.data.ActiveDictionary
ui.data.ActiveDictionary इंस्टेंस.
keyOrDict
Object|String
सेट की जाने वाली प्रॉपर्टी की कुंजी या ऑब्जेक्ट पर सेट किए जाने वाले की/वैल्यू पेयर की डिक्शनरी.
value
ऑब्जेक्ट, ज़रूरी नहीं है
प्रॉपर्टी की नई वैल्यू. जब पहला आर्ग्युमेंट कोई कुंजी स्ट्रिंग होता है, तब इसकी ज़रूरत होती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["The `set` method of `ui.data.ActiveDictionary` modifies object properties. It accepts either a `keyOrDict` (string or object) and optionally a `value`. If `keyOrDict` is a string, `value` is mandatory, representing the new property value. If `keyOrDict` is an object it is a dictionary containing key/value pairs that will be applied to the object. Invalid keys trigger an error. It returns the modified `ui.data.ActiveDictionary` instance.\n"]]