Web |
Returns a value indicating whether the opening has any stiffening on the bottom side
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public static bool HasBottomStiffening( this WebOpeningStiffening webOpeningStiffening )
Parameters
- webOpeningStiffening WebOpeningStiffening
- The web opening stiffening
Return Value
BooleanTrue in case there is a stiffening on the bottom side of the web opening; false otherwise
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type WebOpeningStiffening. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also