cPointObjSetPanelZone Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int SetPanelZone(
	string Name,
	int PropType,
	double Thickness,
	double K1,
	double K2,
	string LinkProp,
	int Connectivity,
	int LocalAxisFrom,
	double LocalAxisAngle,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: SystemString
PropType
Type: SystemInt32
Thickness
Type: SystemDouble
K1
Type: SystemDouble
K2
Type: SystemDouble
LinkProp
Type: SystemString
Connectivity
Type: SystemInt32
LocalAxisFrom
Type: SystemInt32
LocalAxisAngle
Type: SystemDouble
ItemType (Optional)
Type: ETABS2016eItemType

Return Value

Type: Int32
See Also