Share

SurfaceHatchInfo.PatternSpace Property

Gets or sets a double value to specify the spacing of lines in a user-defined pattern.



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

Syntax

C#

public double PatternSpace { get; set; }

VB

Public Property PatternSpace As Double
	Get
	Set

C++

public:
property double PatternSpace {
	double get ();
	void set (double value);
}

Property Value

Double

Remarks

This property can still be gotten or set when pattern is custom-defined or predefined, but is meaningless.

See Also

Reference

Was this information helpful?