CorridorStateSampleSection Method

Samples elevation along an existing surface.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SampledSectionLinkCollection SampleSection(
	ObjectId surfaceId,
	ObjectId alignmentId,
	IPoint point1,
	IPoint point2
)

Parameters

surfaceId  ObjectId
Target surface.
alignmentId  ObjectId
Source alignment.
point1  IPoint
Start sampling at this point.
point2  IPoint
End sampling at this point.

Return Value

SampledSectionLinkCollection
Returns a collection of links.
See Also