Click or drag to resize

ModelUtilsExistsObjAttrDefName Method (IObjType, String)

Detects if a specific attribute definition exists.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool ExistsObjAttrDefName(
	IObjType pObjType,
	string name
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type.
name
Type: SystemString
The attribute definition name.

Return Value

Type: Boolean
true if the attribute definition exists; otherwise false.
See Also