Share

SurfaceHatchInfo.PatternType Property

Gets the type of current pattern.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public HatchPatternType PatternType { get; }

VB

Public ReadOnly Property PatternType As HatchPatternType
	Get

C++

public:
property HatchPatternType PatternType {
	HatchPatternType get ();
}

Property Value

HatchPatternType

See Also

Reference

Was this information helpful?