Revit 2022.1 API |
ExternalService..::..Name Property |
ExternalService Class See Also |
The name of the service
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
C# |
---|
public string Name { get; } |
Visual Basic |
---|
Public ReadOnly Property Name As String Get |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |