Share

GradingCriteria.Target Property

Specifies the target method for the grading.



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

Syntax

C#

public GradingTargetType Target { get; set; }

VB

Public Property Target As GradingTargetType
	Get
	Set

C++

public:
property GradingTargetType Target {
	GradingTargetType get ();
	void set (GradingTargetType value);
}

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

Reference

Was this information helpful?