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


IHatchLayerExtension.HatchClassNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchLayerExtension.HatchClassNames Method

String array of class names.

[Visual Basic .NET]
Public Function HatchClassNames ( _
) As Object
[C#]
public object HatchClassNames (
);
[C++]
HRESULT HatchClassNames(
  VARIANT* pHatchClassNames
);
[C++]

Parameters pHatchClassNames [out, retval] pHatchClassNames is a parameter of type VARIANT

Product Availability

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

See Also

IHatchLayerExtension Interface