|
![]() |
Attribute which causes a string localization file to be loaded for a particular plug-in.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _ Public NotInheritable Class StringsAttribute _ Inherits Attribute |
C# |
---|
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)] public sealed class StringsAttribute : Attribute |
Visual C++ |
---|
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)] public ref class StringsAttribute sealed : public Attribute |
Remarks
This attribute can be applied to Plugin derived classes"); to identify the .name file used for localization.
");For more information on this attribute see 'Localisation' in the"); 'Developer guide'.
");