| IWebOpeningStiffenerDepth Property |
Note: This API is now obsolete.
Gets the depth of the stiffener (in [mm])
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax [ObsoleteAttribute("Use properties of the 'Stiffener' property instead! The property will be removed in version 25.0.0.")]
IProperty<double> StiffenerDepth { get; }
<ObsoleteAttribute("Use properties of the 'Stiffener' property instead! The property will be removed in version 25.0.0.")>
ReadOnly Property StiffenerDepth As IProperty(Of Double)
Get
[ObsoleteAttribute(L"Use properties of the 'Stiffener' property instead! The property will be removed in version 25.0.0.")]
property IProperty<double>^ StiffenerDepth {
IProperty<double>^ get ();
}
[<ObsoleteAttribute("Use properties of the 'Stiffener' property instead! The property will be removed in version 25.0.0.")>]
abstract StiffenerDepth : IProperty<float> with get
Property Value
IPropertyDoubleSee Also