Share

FeatureLineCollection.FeatureLineCodeInfo Property

Gets the object that contains information about the code used to construct the FeatureLine.



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

Syntax

C#

public FeatureLineCodeInfo FeatureLineCodeInfo { get; }

VB

Public ReadOnly Property FeatureLineCodeInfo As FeatureLineCodeInfo
	Get

C++

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

Property Value

FeatureLineCodeInfo

See Also

Reference

Was this information helpful?