StructureInletThroatAngle 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic InletThroatAngleType InletThroatAngle { get; set; }
Public Property InletThroatAngle As InletThroatAngleType
Get
Set
public:
property InletThroatAngleType InletThroatAngle {
InletThroatAngleType get ();
void set (InletThroatAngleType value);
}
Property Value
InletThroatAngleType
See Also