Share

CorridorSurface.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.8.0.280

Syntax

C#

public OverhangCorrectionType OverhangCorrection { get; set; }

VB

Public Property OverhangCorrection As OverhangCorrectionType
	Get
	Set

C++

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

Property Value

OverhangCorrectionType

See Also

Reference

Was this information helpful?