Imports a frame section property from a property file.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- Name
- Type:
System String
The name of an existing or new frame section property. If this is an existing property, that property is modified; otherwise, a new property is added. This name does not need to be the same as the PropName item.
- MatProp
- Type:
System String
The name of the material property for the section.
- FileName
- Type:
System String
The name of the frame section property file from which to get the frame section property specified by the PropName item.In most cases you can input just the name of the property file (e.g. "AISC14.xml") and the program will be able to find it. In some cases you may have to input the full path to the property file.
- PropName
- Type:
System String
The name of the frame section property, inside the property file specified by the FileName item, that is to be imported.
- Color (Optional)
- Type:
System Int32
- Notes (Optional)
- Type:
System String
- GUID (Optional)
- Type:
System String
The GUID (global unique identifier), if any, assigned to the section. If this item is input as Default, the program assigns a GUID to the section.
Return Value
Returns zero if the section property is successfully initialized; otherwise it returns a nonzero value.Remarks
Examples
See Also