Share

FeatureLineCodeInfoCollection.Item(String) Property



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

Syntax

C#

public FeatureLineCodeInfo this[
	string codeName
] { get; }

VB

Public ReadOnly Default Property Item ( 
	codeName As String
) As FeatureLineCodeInfo
	Get

C++

public:
property FeatureLineCodeInfo^ default[String^ codeName] {
	FeatureLineCodeInfo^ get (String^ codeName);
}

Parameters

codeName  String
 

Property Value

FeatureLineCodeInfo

See Also

Reference

Was this information helpful?