SetEntry Method (IDictionary)
Sets the name for the specified entity in the dictionary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetEntry( _
const dsString& Name As System.String, _
dsObject* Obj As System.Object _
) |
C# | |
---|
void SetEntry(
System.string Name,
System.object Obj
) |
JavaScript | |
---|
SetEntry(
Name : String,
Obj : Object
) |
Parameters
- Name
- Name for Obj
- Obj
- Entity
Remarks
See Also
Availability
DraftSight V1R4.0