Web |
Returns a value indicating whether the opening has any stiffening on the right side
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public static bool HasRightStiffening( this WebOpeningStiffening webOpeningStiffening )
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