IParameterIsNameUnique Method
|
Checks whether the specified parameter name is
unique within the block properties table.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
bool IsNameUnique(
string name
)
Function IsNameUnique (
name As String
) As Boolean
bool IsNameUnique(
String^ name
)
abstract IsNameUnique :
name : string -> bool
Parameters
- name String
- [in] Name to check.
Return Value
Boolean
True if the name is unique, false otherwise.
See Also