AppliedSubassemblyGetParameterT Method

Gets the parameter by specified key name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AppliedSubassemblyParam<T> GetParameter<T>(
	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