[This is preliminary documentation and is subject to change.]

Uses the type.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static void UseType(
	Graphic graphic
)
<CommandAttribute> _
Public Shared Sub UseType ( _
	graphic As Graphic _
)
[CommandAttribute]
public:
static void UseType(
	Graphic graphic
)

Parameters

graphic
Graphic
The graphic.

See Also