Share

ProfileHatchAreaCollection.Item(String) Property



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

Syntax

C#

public ProfileHatchArea this[
	string name
] { get; }

VB

Public ReadOnly Default Property Item ( 
	name As String
) As ProfileHatchArea
	Get

C++

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

Parameters

name  String
 

Property Value

ProfileHatchArea

See Also

Reference

Was this information helpful?