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


IHatchDefinition.Suffix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IHatchDefinition.Suffix Property

The suffix.

[Visual Basic .NET]
Public Property Suffix As String
[C#]
public string Suffix {get; set;}
[C++]
HRESULT get_Suffix(
  BSTR* 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

.NET Related Topics

Location