SurfaceHatchInfoPatternSpace Property |
Gets or sets a double value to specify the spacing of lines in a user-defined pattern.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double PatternSpace { get; set; }
Public Property PatternSpace As Double
Get
Set
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