API.LoadMaterial Method

Load a material into the current drawing
Public Shared Function LoadMaterial( _ 
ByVal material As String, _ 
ByVal quality As String, _ 
ByVal thickness As Double
) As Boolean
This language is not supported or no code example is available.
public static bool LoadMaterial( 
string material
string quality
double thickness 
)
This language is not supported or no code example is available.
public:  
static bool LoadMaterial( 
String^ material
String^ quality
double thickness 
)
This language is not supported or no code example is available.
public static function LoadMaterial( 
material : String
quality : String
thickness : double 
) : boolean;
This language is not supported or no code example is available.

Parameters

material
string

quality
string

thickness
double

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition