This document is archived and information here might be outdated. Recommended version. |
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