FabricationConfigurationGetSeamName Method |
Gets the seam name from its database identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string GetSeamName(
int seamId
)
Public Function GetSeamName (
seamId As Integer
) As String
public:
String^ GetSeamName(
int seamId
)
member GetSeamName :
seamId : int -> string Parameters
- seamId Int32
-
The seam database identifier.
Return Value
String
The seam name.
Exceptions
See Also