CommandFlags.localizedNameId ??????

CommandFlags.localizedNameId ??????

Anonymous
Not applicable
495 Views
2 Replies
Message 1 of 3

CommandFlags.localizedNameId ??????

Anonymous
Not applicable
Does anyone know what localizedNameId is?

It is not the localized name of the command. So, if not,
then what is it? Is it a resource ID ? If so, how does
that work?

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
0 Likes
496 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
This is the id that is looked up in the satellite assembly of your main
assembly.
For example given the following
namespace A
{
class B
{
[CommandMethod(..."C"...)
public void test()
}
}
}

we will attempt to look up the string resource A.B.C in your satellite
assembly.

Albert
"Tony Tanzillo" wrote in message
news:4934432@discussion.autodesk.com...
Does anyone know what localizedNameId is?

It is not the localized name of the command. So, if not,
then what is it? Is it a resource ID ? If so, how does
that work?

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
0 Likes
Message 3 of 3

Anonymous
Not applicable
Albert - Thanks. I reverse-engineered this by looking at AcLayer.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com

"Albert Szilvasy" wrote in message news:4941139@discussion.autodesk.com...
This is the id that is looked up in the satellite assembly of your main
assembly.
For example given the following
namespace A
{
class B
{
[CommandMethod(..."C"...)
public void test()
}
}
}

we will attempt to look up the string resource A.B.C in your satellite
assembly.

Albert
"Tony Tanzillo" wrote in message
news:4934432@discussion.autodesk.com...
Does anyone know what localizedNameId is?

It is not the localized name of the command. So, if not,
then what is it? Is it a resource ID ? If so, how does
that work?

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
0 Likes