A parameter in structural families which allows for family type identification.
This will be used for data mapping during model exchange with another program, namely Advance Steel.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
Syntax
C# |
---|
public string SectionNameKey { get; set; } |
Visual Basic |
---|
Public Property SectionNameKey As String
Get
Set |
Visual C++ |
---|
public:
property String^ SectionNameKey {
String^ get ();
void set (String^ value);
} |
Exceptions
See Also