Click or drag to resize

UserUnitProviderAdd Method (UserUnitProviderUnitSearchType, UserUnitInfo)

Add user unit to unit provider, with the given search type

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected void Add(
	UserUnitProviderUnitSearchType type,
	UserUnitInfo userUnitInfo
)

Parameters

type
Type: DHI.Mike1D.GenericUserUnitProviderUnitSearchType

[Missing <param name="type"/> documentation for "M:DHI.Mike1D.Generic.UserUnitProvider.Add(DHI.Mike1D.Generic.UserUnitProvider.UnitSearchType,DHI.Mike1D.Generic.UserUnitInfo)"]

userUnitInfo
Type: DHI.Mike1D.GenericUserUnitInfo

[Missing <param name="userUnitInfo"/> documentation for "M:DHI.Mike1D.Generic.UserUnitProvider.Add(DHI.Mike1D.Generic.UserUnitProvider.UnitSearchType,DHI.Mike1D.Generic.UserUnitInfo)"]

See Also