.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CommandFlags.localizedNameId ??????

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
244 Views, 2 Replies

CommandFlags.localizedNameId ??????

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
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

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
Message 3 of 3
Anonymous
in reply to: Anonymous

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

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost