Gets the parameter by specified key name.

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

Syntax

C#
public AppliedSubassemblyParam<T> GetParameter<T>(
	string paramKeyName
)
Visual Basic
Public Function GetParameter(Of T) ( _
	paramKeyName As String _
) As AppliedSubassemblyParam(Of T)
Visual C++
public:
generic<typename T>
AppliedSubassemblyParam<T>^ GetParameter(
	String^ paramKeyName
)

Parameters

paramKeyName
Type: System..::..String

Type Parameters

T

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when parameter not exists, type is not supported, or parameter is not in the specified type.

See Also