Share

Structure.InletGrateType Property

Gets or sets the inlet grate type for the structure which is either a GrateInlet or a CombinationInlet. Thrown when the structure's StructureType is neither GrateInlet nor CombinationInlet.



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

Syntax

C#

public InletGrateType InletGrateType { get; set; }

VB

Public Property InletGrateType As InletGrateType
	Get
	Set

C++

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

Property Value

InletGrateType

See Also

Reference

Was this information helpful?