Share

GradingCriteria.InteriorCornerOverlap Property

Specifies how interior corner projections are cleaned up when the footprint corner has different elevations.



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

Syntax

C#

public PropertyEnum<GradingInteriorCornerOverlapSolutionType> InteriorCornerOverlap { get; }

VB

Public ReadOnly Property InteriorCornerOverlap As PropertyEnum(Of GradingInteriorCornerOverlapSolutionType)
	Get

C++

public:
property PropertyEnum<GradingInteriorCornerOverlapSolutionType>^ InteriorCornerOverlap {
	PropertyEnum<GradingInteriorCornerOverlapSolutionType>^ get ();
}

Property Value

PropertyEnumGradingInteriorCornerOverlapSolutionType

See Also

Reference

Was this information helpful?