TinSurfaceCreateSolidsAtFixedElevation Method |
Generate a solid at certain elevation from a surface
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection CreateSolidsAtFixedElevation(
double elevation,
string layer,
ushort penIndex
)
Public Function CreateSolidsAtFixedElevation (
elevation As Double,
layer As String,
penIndex As UShort
) As ObjectIdCollection
public:
ObjectIdCollection^ CreateSolidsAtFixedElevation(
double elevation,
String^ layer,
unsigned short penIndex
)
Parameters
- elevation Double
- The elevation of the solid.
- layer String
- The layer to place the solid.
- penIndex UInt16
- The color index of the solid.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when :
- The elevation is invalid.
|
InvalidOperationException |
Thrown when there is an Internal error.
|
See Also