This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionEditExtension Interface > IDimensionEditExtension.CreateStyleID Property (ArcObjects .NET 10.5 SDK) |
The style id of newly created dimension features.
[Visual Basic .NET] Public Property CreateStyleID As Integer
[C#] public int CreateStyleID {get; set;}
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.
IDimensionEditExtension Interface | IDimensionStyle Interface