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


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

IHatchDefinition.Prefix Property

The prefix.

[Visual Basic .NET]
Public Property Prefix As String
[C#]
public string Prefix {get; set;}
[C++]
HRESULT get_Prefix(
  BSTR* pPrefix
);
[C++]
HRESULT put_Prefix(
  BSTR pPrefix
);
[C++]

Parameters pPrefix [out, retval] pPrefix is a parameter of type BSTR pPrefix [in] pPrefix is a parameter of type BSTR

Product Availability

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

See Also

IHatchDefinition Interface