Click or drag to resize

ArticyDatabaseGetObject Method

Overload List
  NameDescription
Public methodStatic memberCode exampleGetObject(String)
Gets an object by its technical name. This is always the base object.
Public methodStatic memberCode exampleGetObjectTObject(String)
Gets an object by its technical name and returning it in the specified type.
Public methodStatic memberCode exampleGetObject(String, UInt32)
Gets an object by its technical name and instance id.
Public methodStatic memberCode exampleGetObjectTObject(String, UInt32)
Gets an object by its technical name and instance id and returning it in the specified type.
Public methodStatic memberCode exampleGetObject(UInt64, UInt32)
Gets an object by its object id and an optional instance id.
Public methodStatic memberCode exampleGetObjectTObject(UInt64, UInt32)
Gets an object by its object id and an optional instance id.
Top
See Also