MaterialParametersDelegate Delegate

Definition

Namespace: Metas.Vna.Data.Explorer
Assembly: Metas.Vna.Data.Explorer (in Metas.Vna.Data.Explorer.exe) Version: 2.8.9245.26253
C#
public delegate void MaterialParametersDelegate(
	SParamData<UncNumber>[] d,
	string[] names,
	Guid[] ids,
	string info
)

Parameters

d  SParamDataUncNumber
 
names  String
 
ids  Guid
 
info  String
 

See Also