Initializes property data for a wall section.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
int SetWall( string Name, eWallPropType WallPropType, eShellType ShellType, string MatProp, double Thickness, int color = -1, string notes = "", string GUID = "" )
Parameters
- Name
- Type:
System String
The name of an existing wall property.
- WallPropType
- Type: ETABS2015 eWallPropType
This is one of the items in the eWallPropType enumeration.If this item is AutoSelectList, use the GetWallAutoSelectList(String, String , String ) function to get additional parameters.
- ShellType
- Type: ETABS2015 eShellType
This is one of the items in the eShellType enumeration.
- MatProp
- Type:
System String
The name of the material property for the area property.This item does not apply when ShellType is Layered.
- Thickness
- Type:
System Double
The membrane thickness. [L]This item does not apply when ShellType is Layered.
- color (Optional)
- Type:
System Int32
The display color assigned to the property.
- notes (Optional)
- Type:
System String
The notes, if any, assigned to the property.
- GUID (Optional)
- Type:
System String
The GUID (global unique identifier), if any, assigned to the property.
Return Value
The function returns zero if the property data is successfully initialized; otherwise it returns a nonzero value.Remarks
Examples
See Also