cPropMaterial GetMaterial Method CSi API ETABS 2015
Retrieves some basic material property data.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetMaterial(
	string Name,
	ref eMatType MatType,
	ref int Color,
	ref string Notes,
	ref string GUID
)

Parameters

Name
Type: OnlineSystem String
The name of an existing material property.
MatType
Type: ETABS2015 eMatType 
This is one of the items in the eMatType enumeration.
Color
Type: OnlineSystem Int32 
Notes
Type: OnlineSystem String 
GUID
Type: OnlineSystem String 
The GUID (global unique identifier), if any, assigned to the material.

Return Value

Returns zero if the material is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also