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


IHatchDefinition.ShowSign Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.ShowSign Property
ArcGIS Developer Help

IHatchDefinition.ShowSign Property

Indicates whether to show negative sign in hatch text for negative M values.

[Visual Basic .NET]
Public Property ShowSign As Boolean
[C#]
public bool ShowSign {get; set;}
[C++]
HRESULT get_ShowSign(
  VARIANT_BOOL pShowSign
);
[C++]
HRESULT put_ShowSign(
  Boolean* pShowSign
);
[C++]
Parameters
pShowSign [in]

pShowSign is a parameter of type bool pShowSign [out, retval]
pShowSign is a parameter of type bool*

Product Availability

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

See Also

IHatchDefinition Interface