Share

ProfileCircular.CurveType Property

Gets the curve type, crest or sag.



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

Syntax

C#

public VerticalCurveType CurveType { get; }

VB

Public ReadOnly Property CurveType As VerticalCurveType
	Get

C++

public:
property VerticalCurveType CurveType {
	VerticalCurveType get ();
}

Property Value

VerticalCurveType

See Also

Reference

Was this information helpful?