OpenRoads Designer CONNECT Edition SDK Help

GetSubLinearElementAtIndex Method

Gets the sublinear linear element at an index on a complex.

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 GetSubLinearElementAtIndex(int  index)

Parameters

SettingDescription
    

Return Value

LinearElement Linear elements that make up the LinearComplex

See Also