Share

Structure.InletThroatAngle Property

Gets or sets the inlet throat angle for the structure which is either a CurbInlet or a CombinationInlet. Thrown when the structure's StructureType is neither CurbInlet nor CombinationInlet.



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

Syntax

C#

public InletThroatAngleType InletThroatAngle { get; set; }

VB

Public Property InletThroatAngle As InletThroatAngleType
	Get
	Set

C++

public:
property InletThroatAngleType InletThroatAngle {
	InletThroatAngleType get ();
	void set (InletThroatAngleType value);
}

Property Value

InletThroatAngleType

See Also

Reference

Was this information helpful?