 | WebOpeningStiffeningExtensionsHasTopStiffening Method |
Returns a value indicating whether the opening has any stiffening on the top side
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntaxpublic static bool HasTopStiffening(
this WebOpeningStiffening webOpeningStiffening
)
<ExtensionAttribute>
Public Shared Function HasTopStiffening (
webOpeningStiffening As WebOpeningStiffening
) As Boolean
public:
[ExtensionAttribute]
static bool HasTopStiffening(
WebOpeningStiffening webOpeningStiffening
)
[<ExtensionAttribute>]
static member HasTopStiffening :
webOpeningStiffening : WebOpeningStiffening -> bool Parameters
- webOpeningStiffening WebOpeningStiffening
- The web opening stiffening
Return Value
BooleanTrue in case there is a stiffening on the top 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