ReinforcementAbbreviationTag Constructor


Constructs a new ReinforcementAbbreviationTag.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2016

Syntax

C#
public ReinforcementAbbreviationTag(
	ReinforcementAbbreviationTagType typeTag,
	string abbreviationTag
)
Visual Basic
Public Sub New ( _
	typeTag As ReinforcementAbbreviationTagType, _
	abbreviationTag As String _
)
Visual C++
public:
ReinforcementAbbreviationTag(
	ReinforcementAbbreviationTagType typeTag, 
	String^ abbreviationTag
)

Parameters

typeTag
Type: Autodesk.Revit.DB.StructureReinforcementAbbreviationTagType
Defines the type of abbreviation tag.
abbreviationTag
Type: SystemString
Defines the abbreviation tag value.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also