ChannelDesignCrossSectionCustomImportPointsFromSubassembly Method

Import points from subassembly to custom cross section.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public bool ImportPointsFromSubassembly(
	ObjectId subassemblyId,
	string linkCode
)

Parameters

subassemblyId  ObjectId
The object id of a subassembly.
linkCode  String
Link code of the subassembly.

Return Value

Boolean
Return true if import successfully, otherwise return false.
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. Subassembly id is not a valid subassembly id.
  2. The link code is null.
  3. The link code is not existing on the subassembly.
Remarks
The points imported from subassembly are ordered by x coordinate. For the y coordinate, no order process.
See Also