|
|
Looks up a localizable string that is specific to this plugin
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function GetStringSafe ( _ name As String _ ) As String |
| C# |
|---|
public string GetStringSafe( string name ) |
| Visual C++ |
|---|
public: String^ GetStringSafe( String^ name ) |
Parameters
- name
- Type: System..::..String
The identifier of the string to lookup
Return Value
Returns localized string or value of 'name' if it cannot be found
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The identifier is Null. |