No details are provided for this entry.
Declaration Syntax
public class LayeredSectionWorksheet : Worksheet
Table 261: Members
Property | RowCount |
Gets the number of entries (rows) in the worksheet. |
Method | AddThicknessLayer(string, double, double) |
Add a row to the LayeredSectionWorksheet New layers are added as the top most layer in the Z direction. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | DeleteRow(int) |
Delete a row from the LayeredSectionWorksheet LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | GetAngle(int) |
Gets the angle for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | GetMaterial(int) |
Gets the material for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | GetThickness(int) |
Gets the thickness for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | InsertThicknessLayerAbove(string, double, double, int) |
Insert a new layer to the LayeredSectionWorksheet The new layer will be inserted above the layer indicated by the given index. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | InsertThicknessLayerBelow(string, double, double, int) |
Insert a new layer to the LayeredSectionWorksheet The new layer will be inserted below the layer indicated by the given index. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | SetAngle(int, double) |
Set the angle for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | SetMaterial(int, string) |
Set the material for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |
Method | SetThickness(int, double) |
Set the thickness for the LayeredSection at the row index specifiied. LayeredSectionWorksheet indices are zero based and ordered in the Z direction. |