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