Share

SurfaceHatchInfo.SetHatchPattern 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.280

Syntax

C#

public void SetHatchPattern(
	HatchPatternType patternType,
	string patternName
)

VB

Public Sub SetHatchPattern ( 
	patternType As HatchPatternType,
	patternName As String
)

C++

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

Reference

Was this information helpful?