Returns load combination nature name of load case element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolete in Revit 2016. Use GetCaseAndCombinationIds() method instead.")]
public string this[
int index
] { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is obsolete in Revit 2016. Use GetCaseAndCombinationIds() method instead.")> _
Public ReadOnly Property CombinationNatureName ( _
index As Integer _
) As String
Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete in Revit 2016. Use GetCaseAndCombinationIds() method instead.")]
public:
property String^ CombinationNatureName[int index] {
String^ get (int index);
} |
Remarks
See Also