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