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