StageDesignCollectionGetByDepth Method |
Gets the item with the specified depth from the design table.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic StageDesignItem GetByDepth(
double depth
)
Public Function GetByDepth (
depth As Double
) As StageDesignItem
public:
StageDesignItem^ GetByDepth(
double depth
)
Parameters
- depth Double
- The depth value of the item to retrieve.
Return Value
StageDesignItem
The StageDesignItem with the specified depth, or null if no item with the specified depth exists.
Remarks
This method uses fuzzy equality comparison for floating-point depth values to handle minor precision differences.
The returned item maintains a reference to the parent table for automatic volume recalculation when modified.
See Also