SectionNameKey Property


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: 21.0.0.0 (21.1.1.109)
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

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException When setting this property: A non-optional argument was NULL

See Also