FeatureTemplate.drawingTool doesn't match constant

477
0
09-11-2013 08:59 AM
BrianBeck
New Contributor III
The documentation for the FeatureTemplate.drawingTool property reads:
The default drawing tool defined for the template. See the constants table for a list of valid values.


The constants it refers to at the top of the documentation all begin with "TOOL_" and are all caps.  These are the same constants that are used by the Draw Toolbar when calling the Draw.activate(geometryType) function.

I am seeing a very different entry in the FeatureTemplate.drawingTool property.  For a point template I am seeing "esriFeatureEditToolPoint" as the drawingTool.  Is this a bug or am I missing something?
0 Kudos
0 Replies