FeatureLineAssignElevationsFromSurface Method |
Assigns elevations from surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AssignElevationsFromSurface(
ObjectId surfaceId,
bool bIncIntermediate
)
Public Sub AssignElevationsFromSurface (
surfaceId As ObjectId,
bIncIntermediate As Boolean
)
public:
void AssignElevationsFromSurface(
ObjectId surfaceId,
bool bIncIntermediate
)
Parameters
- surfaceId ObjectId
- The ObjectId of specified surface.
- bIncIntermediate Boolean
- Inserts intermediate grade break points or not.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The surfaceId is not an ObjectId of surface.
- The surface is not in the same database with feature line.
|
See Also