OverhangCorrection Property

Specifies whether an overhang is to be corrected when rendered and whether it is to be corrected following top links or bottom links.

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

Syntax

C#

public OverhangCorrectionType OverhangCorrection { get; set; }

Visual Basic

Public Property OverhangCorrection As OverhangCorrectionType
	Get
	Set

Visual C++

public:
property OverhangCorrectionType OverhangCorrection {
	OverhangCorrectionType get ();
	void set (OverhangCorrectionType value);
}

See Also