CorridorSlopePatternGetGeometries(Int32) Method |
Gets an in-memory DBObjectCollection that are drawn in the canvas within a corridor region of this CorridorSlopePattern.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic DBObjectCollection GetGeometries(
int regionIndex
)
Public Function GetGeometries (
regionIndex As Integer
) As DBObjectCollection
public:
DBObjectCollection^ GetGeometries(
int regionIndex
)
Parameters
- regionIndex Int32
-
Return Value
DBObjectCollection
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the regionIndex is less than zero, or greater than/equal to the total region count of FeatureLine1's baseline.
|
Remarks
The result entities could be:
- Line
- Polyline with elevation
- Polyline3d
- BlockReference
It's recommended to call Dispose() on the returned DBObjectCollection once they are not needed.
See Also