सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह कुकी, किसी प्रॉपर्टी की वैल्यू सेट करती है. अगर दी गई कुंजी, ऑब्जेक्ट के साथ काम नहीं करती है, तो यह फ़ंक्शन गड़बड़ी दिखाता है. कंस्ट्रक्टर के पैरामीटर देखें, ताकि यह पता चल सके कि कौनसी प्रॉपर्टी सेट की जा सकती हैं.
यह 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) को अपडेट किया गया."],[[["Sets the value of a specified property within a ui.data.ActiveDictionary object."],["Throws an error if the provided key is not a supported property, refer to the constructor parameters for valid properties."],["Accepts either a single key-value pair or a dictionary of key-value pairs to modify the object's properties."],["Returns the updated ui.data.ActiveDictionary instance, enabling method chaining."]]],["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"]]