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