OpenRoads Designer CONNECT Edition SDK Help

GetNestedSubLinearElements Method

Gets all sub linear elements that make up the LinearComplex. Exp: complex C1 = line1 + line2 complex C2 = C1 + arc complex C = C2 + linestring ==> return: components = linestring + arc + line1 + line2.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElement[]GetNestedSubLinearElements()

Return Value

LinearElement[]

See Also