Community
Public Test Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 3
SlipperyBob
118 Views, 2 Replies

Test

[code]

public class Test
{
private static PaletteSet myPaletteSet = null;

[CommandMethod("TEST")]
public static void MyCommand()
{
if( myPaletteSet == null )
{
myPaletteSet = new PaletteSet("MyPaletteSet",
new Guid("D61D0875-A507-4b73-8B5F-9266BEACD596"));

myPaletteSet.Visible = true;
}
}
}

[/code]
2 REPLIES 2
Message 2 of 3
SlipperyBob
in reply to: SlipperyBob

{code:java}

public class Test
{
private static PaletteSet myPaletteSet = null;

[CommandMethod("TEST")]
public static void MyCommand()
{
if( myPaletteSet == null )
{
myPaletteSet = new PaletteSet("MyPaletteSet",
new Guid("D61D0875-A507-4b73-8B5F-9266BEACD596"));

myPaletteSet.Visible = true;
}
}
}

{code}
Message 3 of 3
foruma000256
in reply to: SlipperyBob

So, how did you do that?

jvj
(JamieVJohnson, one day my Autodesk accounts will be straightend out)

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

Post to forums  

Autodesk Design & Make Report