Lines used for obtaining elevational information from an existing terrain model or surface for creating profiles and cross sections.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public sealed class SampleLine : GeoEntity
Visual Basic
Public NotInheritable Class SampleLine _ Inherits GeoEntity
Visual C++
public ref class SampleLine sealed : public GeoEntity
Remarks
Sample Lines are lines placed along an alignment at a specified station interval (or at defined stations of interest,
such as at assemblies of a corridor object), using a specified left and right swath width. SampleLine objects are contained
in SampleLineGroup objects, which organize multiple related sample lines. A SampleLine is used to create a SectionView object,
which displays some or all of the sections sampled at that sample line.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Curve
Entity
Autodesk.Civil.DatabaseServices.Entity
Autodesk.Civil.DatabaseServices.GeoEntity
Autodesk.Civil.DatabaseServices.SampleLine
System.MarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Curve
Entity
Autodesk.Civil.DatabaseServices.Entity
Autodesk.Civil.DatabaseServices.GeoEntity
Autodesk.Civil.DatabaseServices.SampleLine