Share

ReinforcementSettings.GetReinforcementAbbreviationTag Method

Gets one abbreviation tag for desired ReinforcementAbbreviationTagType.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public string GetReinforcementAbbreviationTag(
	ReinforcementAbbreviationTagType tagType
)

Parameters

tagType  ReinforcementAbbreviationTagType
Defines the type of abbreviation tag.

Return Value

String
Abbreviation tag value

Exceptions

ExceptionCondition
ArgumentException The abbreviation type tagType is not valid
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?