Share

BaselineFeatureLines.FeatureLineCollectionMap Property

Gets the collection of feature lines (FeatureLinesCollection).



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

Syntax

C#

public FeatureLineCollectionMap FeatureLineCollectionMap { get; }

VB

Public ReadOnly Property FeatureLineCollectionMap As FeatureLineCollectionMap
	Get

C++

public:
property FeatureLineCollectionMap^ FeatureLineCollectionMap {
	FeatureLineCollectionMap^ get ();
}

Property Value

FeatureLineCollectionMap

See Also

Reference

Was this information helpful?