Assigns data to a nonprismatic frame section property.
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.
- NumberItems
- Type:
System Int32
The number of segments assigned to the nonprismatic section.
- StartSec
- Type:
System String
This is an array of the names of the frame section properties at the start of each segment.Auto select lists and nonprismatic sections are not allowed in this array.
- EndSec
- Type:
System String
This is an array of the names of the frame section properties at the end of each segment.Auto select lists and nonprismatic sections are not allowed in this array.
- MyLength
- Type:
System Double
This is an array that includes the length of each segment. The length may be variable or absolute as indicated by the MyType item. [L] when length is absolute.
- MyType
- Type:
System Int32
This is an array of either 1 or 2, indicating the length type for each segment:Value MyType 1 Variable (relative length) 2 Absolute
- EI33
- Type:
System Int32
This is an array of 1, 2 or 3, indicating the variation type for EI33 in each segment:Value EI33 1 Linear 2 Parabolic 2 Cubic
- EI22
- Type:
System Int32
This is an array of 1, 2 or 3, indicating the variation type for EI22 in each segment:Value EI22 1 Linear 2 Parabolic 2 Cubic
- 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 data is successfully filled; otherwise it returns a nonzero value.Remarks
Examples
See Also