Class: LayeredSectionWorksheet

Implemented types

Methods

Name Description
AddRow() Adds a row to the worksheet.
AddThicknessLayer(String, Double, Double) Add a row to the LayeredSectionWorksheet New layers are added as the top most layer in the Z direction.
DeleteRow(Int32) Deletes a row from the worksheet at index.
GetAngle(Int32) Gets the angle for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.
GetMaterial(Int32) Gets the material for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.
GetThickness(Int32) Gets the thickness for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.
InsertThicknessLayerAbove(String, Double, Double, Int32) Insert a new layer to the LayeredSectionWorksheet The new layer will be inserted above the layer indicated by the given index.
InsertThicknessLayerBelow(String, Double, Double, Int32) Insert a new layer to the LayeredSectionWorksheet The new layer will be inserted below the layer indicated by the given index.
SetAngle(Int32, Double) Set the angle for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.
SetMaterial(Int32, String) Set the material for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.
SetThickness(Int32, Double) Set the thickness for the LayeredSection at the row index specifiied. LayeredSection worksheet indices are zero based and ordered in the Z direction.

Properties

Name Description
RowCount Gets the number of rows contained in the worksheet.