Share

AppliedSubassembly.GetParameter<T> Method

Gets the parameter by specified key name.



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

Syntax

C#

public AppliedSubassemblyParam<T> GetParameter<T>(
	string paramKeyName
)

VB

Public Function GetParameter(Of T) ( 
	paramKeyName As String
) As AppliedSubassemblyParam(Of T)

C++

public:
generic<typename T>
AppliedSubassemblyParam<T>^ GetParameter(
	String^ paramKeyName
)

Parameters

paramKeyName  String
 

Type Parameters

T

Return Value

AppliedSubassemblyParamT

Exceptions

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

See Also

Reference

Was this information helpful?