|
![]() |
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 TryGetString ( _ name As String _ ) As String |
C# |
---|
public string TryGetString( string name ) |
Visual C++ |
---|
public: String^ TryGetString( String^ name ) |
Parameters
- name
- Type: System..::..String
The identifier of the string to lookup
Return Value
Returns localized string or Null if it cannot be found
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The identifier is Null. |