SurfaceHatchInfoSetHatchPattern Method

Sets both pattern type and pattern name for surface hatch entity.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetHatchPattern(
	HatchPatternType patternType,
	string patternName
)

Parameters

patternType  HatchPatternType
 
patternName  String
 
Exceptions
ExceptionCondition
ArgumentException Thrown: 1. When the pattern type is predefine, but the pattern name does not exist. 2. When the pattern type is user-define, but the pattern name is not "_USER".
See Also