SteelElementPropertiesGetSteelElementProperties Method |
Get SteelElementProperties for the input element if they exist.
Namespace: Autodesk.Revit.DB.SteelAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static SteelElementProperties GetSteelElementProperties(
Element pElement
)
Public Shared Function GetSteelElementProperties (
pElement As Element
) As SteelElementProperties
public:
static SteelElementProperties^ GetSteelElementProperties(
Element^ pElement
)
static member GetSteelElementProperties :
pElement : Element -> SteelElementProperties
Parameters
- pElement Element
-
The element from which we try to obtain SteelElementProperties.
Return Value
SteelElementProperties
Exceptions
Remarks
If the input element doesn't have steel informations than it retuns .
See Also