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


IDimensionFeature.StyleID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionFeature Interface > IDimensionFeature.StyleID Property
ArcGIS Developer Help

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(
  System.Int32* 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