RVTDocs.com

CompoundStructure.GetLayerWidth

Method
Description:
Retrieves the width of a specified layer.
Syntax
public double GetLayerWidth(
	int layerIdx
)
Parameters
Parameter Type Description
layerIdx Int32 Index of a layer in the CompoundStructure.
Return Value
Type Description
Double The width of the specified layer.
Exceptions
Exception Condition
ArgumentOutOfRangeException The layer index is out of range.