GetEntry Method (IDictionary)
Gets the specified entity and its entity type in the dictionary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntry( _
const dsString& Name As System.String, _
dsObjectType_e* ObjType As dsObjectType_e _
) As System.Object |
JavaScript | |
---|
GetEntry(
Name : String
) : {
ObjType : String,
Obj : dsObject
} |
Parameters
- Name
- Name of entity to get
- ObjType[out]
- Type of entity as defined in dsObjectType_e
- Obj[out] or Return Value
- Entity (see Remarks)
Example
Remarks
See Also
Availability
DraftSight V1R4.0