RebarContainsValidArcRadiiForStyleAndBarType Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool ContainsValidArcRadiiForStyleAndBarType(
IList<Curve> curves,
RebarStyle style,
RebarBarType barType
)
Public Shared Function ContainsValidArcRadiiForStyleAndBarType (
curves As IList(Of Curve),
style As RebarStyle,
barType As RebarBarType
) As Boolean
public:
static bool ContainsValidArcRadiiForStyleAndBarType(
IList<Curve^>^ curves,
RebarStyle style,
RebarBarType^ barType
)
static member ContainsValidArcRadiiForStyleAndBarType :
curves : IList<Curve> *
style : RebarStyle *
barType : RebarBarType -> bool
Parameters
- curves IListCurve
-
- style RebarStyle
-
- barType RebarBarType
-
Return Value
Boolean
See Also