<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [BUG/PSA] Missing Definition in the CIM module? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/bug-psa-missing-definition-in-the-cim-module/m-p/1675284#M75030</link>
    <description>&lt;P&gt;I'm going through the arcpy.cim module right now and trying to disambiguate and re-map some of the relationships to make linting cim scripts easier. I also want to be able to more easily use a builder pattern to update components in layer and layout definitions. To do this, I write a simple script that loads an initialized all CIM classes in the module to extract their types and string type references. However there seems to be one definition that is totally busted!&lt;/P&gt;&lt;LI-CODE lang="python"&gt;class CIMKGTimeWindow():
    """
      Defines a window of time.
    """
    def __init__(self, *args, **Kwargs):
        self.minTime = TimestampOffset
        self.maxTime = TimestampOffset&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This class is part of the CIMKnowledgeGraph module and is documented once here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Knowledge-Graph" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Knowledge-Graph&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But the `TimestampOffset` default values for the min and max times are undefined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HaydenWelch_0-1767108554307.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146154i30462231B2BD3264/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HaydenWelch_0-1767108554307.png" alt="HaydenWelch_0-1767108554307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the only place in the CIM module that `TimestampOffset` appears. I'm assuming it's meant to be an int?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Dec 2025 15:30:34 GMT</pubDate>
    <dc:creator>HaydenWelch</dc:creator>
    <dc:date>2025-12-30T15:30:34Z</dc:date>
    <item>
      <title>[BUG/PSA] Missing Definition in the CIM module?</title>
      <link>https://community.esri.com/t5/python-questions/bug-psa-missing-definition-in-the-cim-module/m-p/1675284#M75030</link>
      <description>&lt;P&gt;I'm going through the arcpy.cim module right now and trying to disambiguate and re-map some of the relationships to make linting cim scripts easier. I also want to be able to more easily use a builder pattern to update components in layer and layout definitions. To do this, I write a simple script that loads an initialized all CIM classes in the module to extract their types and string type references. However there seems to be one definition that is totally busted!&lt;/P&gt;&lt;LI-CODE lang="python"&gt;class CIMKGTimeWindow():
    """
      Defines a window of time.
    """
    def __init__(self, *args, **Kwargs):
        self.minTime = TimestampOffset
        self.maxTime = TimestampOffset&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This class is part of the CIMKnowledgeGraph module and is documented once here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Knowledge-Graph" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Knowledge-Graph&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But the `TimestampOffset` default values for the min and max times are undefined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HaydenWelch_0-1767108554307.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146154i30462231B2BD3264/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HaydenWelch_0-1767108554307.png" alt="HaydenWelch_0-1767108554307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the only place in the CIM module that `TimestampOffset` appears. I'm assuming it's meant to be an int?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 15:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/bug-psa-missing-definition-in-the-cim-module/m-p/1675284#M75030</guid>
      <dc:creator>HaydenWelch</dc:creator>
      <dc:date>2025-12-30T15:30:34Z</dc:date>
    </item>
  </channel>
</rss>

