Share

SampleLine.GetSectionId Method

Gets section objectId generated from the specified source.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId GetSectionId(
	ObjectId sampledSourceId
)

VB

Public Function GetSectionId ( 
	sampledSourceId As ObjectId
) As ObjectId

C++

public:
ObjectId GetSectionId(
	ObjectId sampledSourceId
)

Parameters

sampledSourceId  ObjectId
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?