Share

SlopePatternLineOffset.MinimumDistance Property

Specifies minimum offsets value in drawing units.



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

Syntax

C#

public double MinimumDistance { get; set; }

VB

Public Property MinimumDistance As Double
	Get
	Set

C++

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

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the MinimumDistance value is larger than MaximumDistance.

See Also

Reference

Was this information helpful?