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


IModifyDimensionFeedback.Style Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IModifyDimensionFeedback.Style Property

The dimension style for the display feedback.

[Visual Basic .NET]
Public WriteOnly Property Style
[C#]
public void Style {set;}
[C++]
HRESULT put_Style(
  IDimensionStyle* 
);
[C++]

Parameters [in]
is a parameter of type IDimensionStyle

Product Availability

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

See Also

IModifyDimensionFeedback Interface