Share

CompoundStructure.IsValidSampleHeight Method

Is the specified height a valid sample height for this compound structure?


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsValidSampleHeight(
	double height
)

Parameters

height  Double
 

Return Value

Boolean

Remarks

The sample height cannot be less than the value of MinimumSampleHeight.

See Also

Reference

Was this information helpful?