This document is archived and information here might be outdated.  Recommended version.


IDimensionEditExtension.CreateStyleID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IDimensionEditExtension.CreateStyleID Property

The style id of newly created dimension features.

[Visual Basic .NET]
Public Property CreateStyleID As Integer
[C#]
public int CreateStyleID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Each Dimension Style has a unique ID value within a dimension feature class.  A dimension style is used each time a new dimension feature is created.  The style used for the creation of the feature is determined using CreateStyleID property. 

When an invalid CreateStyleID value is set, CreateStyleID returns  -1.

See Also

IDimensionEditExtension Interface | IDimensionStyle Interface