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: 6.0.0.0 (6.0.6225.27214)
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