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


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

IHatchDefinition.Prefix Property

The prefix.

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