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


IHatchDefinition.Suffix 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.Suffix Property
ArcGIS Developer Help

IHatchDefinition.Suffix Property

The suffix.

[Visual Basic .NET]
Public Property Suffix As String
[C#]
public string Suffix {get; set;}
[C++]
HRESULT get_Suffix(
  System.String* pSuffix
);
[C++]
HRESULT put_Suffix(
  BSTR pSuffix
);
[C++]
Parameters
pSuffix [out, retval]

pSuffix is a parameter of type BSTR* pSuffix [in]
pSuffix is a parameter of type BSTR

Product Availability

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

See Also

IHatchDefinition Interface