GetSectionId Method

Gets section objectId generated from the specified source.

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

Syntax

C#

public ObjectId GetSectionId(
	ObjectId sampledSourceId
)

Visual Basic

Public Function GetSectionId ( _
	sampledSourceId As ObjectId _
) As ObjectId

Visual C++

public:
ObjectId GetSectionId(
	ObjectId sampledSourceId
)

Parameters

sampledSourceId
Type: ObjectId

See Also