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