Click or drag to resize
GenericObjectGetEffectivePropertiesAsync Method
Overload List
  NameDescription
Public methodGetEffectivePropertiesAsync

Returns the identifier, the type and the properties of the object.

If the object contains some soft properties, the soft properties are returned.

If the object is linked to another object, the properties of the linking object are returned.

Public methodGetEffectivePropertiesAsync(AsyncHandle)

Returns the identifier, the type and the properties of the object.

If the object contains some soft properties, the soft properties are returned.

If the object is linked to another object, the properties of the linking object are returned.

Public methodGetEffectivePropertiesAsyncT(AsyncHandle, FuncResponse, T)

Returns the identifier, the type and the properties of the object.

If the object contains some soft properties, the soft properties are returned.

If the object is linked to another object, the properties of the linking object are returned.

Top
See Also