| ISlabPatchReinforcementType Property |
Gets the type of reinforcement which has been used in the patch
Namespace: TSD.API.Remoting.StructureAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyProperty<UsedReinforcement> ReinforcementType { get; }
ReadOnly Property ReinforcementType As IReadOnlyProperty(Of UsedReinforcement)
Get
property IReadOnlyProperty<UsedReinforcement>^ ReinforcementType {
IReadOnlyProperty<UsedReinforcement>^ get ();
}
abstract ReinforcementType : IReadOnlyProperty<UsedReinforcement> with get
Property Value
IReadOnlyPropertyUsedReinforcementSee Also