GradingCriteriaTarget Property

Specifies the target method for the grading.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public GradingTargetType Target { get; set; }

Property Value

GradingTargetType
Remarks
Must set the Target correctly before you getting or setting properties which are related to the target(like CutSlope/Slope/FillSlope) in the GradingCriteria.
See Also