Share

FeatureLineComponent.FeatureLine Property

Gets the parent FeatureLine object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public CorridorFeatureLine FeatureLine { get; }

VB

Public ReadOnly Property FeatureLine As CorridorFeatureLine
	Get

C++

public:
property CorridorFeatureLine^ FeatureLine {
	CorridorFeatureLine^ get ();
}

Property Value

CorridorFeatureLine

See Also

Reference

Was this information helpful?