Gets an array of the connected FeatureLineCodeInfo.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public FeatureLineCodeInfo[] GetConnectedFeatureLineCodeInfos()
VB
Public Function GetConnectedFeatureLineCodeInfos As FeatureLineCodeInfo()
C++
public: array<FeatureLineCodeInfo^>^ GetConnectedFeatureLineCodeInfos()