ArcObjects Library Reference (Carto)  

IDimensionFeature.StyleID Property

The dimension feature's style Id.

[Visual Basic .NET]
Public Property StyleID As Integer
[C#]
public int StyleID {get; set;}
[C++]
HRESULT get_StyleID(
  long* ID
);
[C++]
HRESULT put_StyleID(
  long ID
);
[C++]

Parameters

ID [out, retval]   ID is a parameter of type long ID [in]   ID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The StyleID property should be a valid ID from the class’s DimensionStyles collection. If the current ID is invalid, the DimensionFeature will draw its boundary in red.

See Also

IDimensionFeature Interface