Click or drag to resize

ConductorCreate Method

Create a new Conductor in the document.

Namespace: ema3d.Api.V25.Cabling
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static Conductor Create(
	RouteBuilder routeBuilder,
	ConductorDefinition conductorDefinition,
	IAPICable parent = null,
	Document document = null
)

Parameters

routeBuilder  RouteBuilder
The RouteBuilder with the selected segments and terminations.
conductorDefinition  ConductorDefinition
The ConductorDefinition with the selected properties.
parent  IAPICable  (Optional)
The desired parent of the conductor.
document  Document  (Optional)
The document to create the conductor in.

Return Value

Conductor
The created conductor.
See Also