Share

DesignCheckCollection<Autodesk::Civil::AlignmentDesignCheck ^>.Item(String) Property



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

Syntax

C#

public virtual AlignmentDesignCheck this[
	string name
] { get; }

VB

Public Overridable ReadOnly Default Property Item ( 
	name As String
) As AlignmentDesignCheck
	Get

C++

public:
virtual property AlignmentDesignCheck^ default[String^ name] {
	AlignmentDesignCheck^ get (String^ name);
}

Parameters

name  String
 

Property Value

AlignmentDesignCheck

See Also

Reference

Was this information helpful?