ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL pShowSign
);
[C++]

Parameters

pShowSign [out, retval]   pShowSign is a parameter of type VARIANT_BOOL pShowSign [in]   pShowSign is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IHatchDefinition Interface