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