public PhotoshopTypeLibrary.IActionDescriptor get_descriptor_to_object_property_by_index(int obj_id, int object_index, int prop_id) { var ref1 = get_reference_to_object_property_by_index(obj_id, object_index, prop_id); PhotoshopTypeLibrary.IActionDescriptor result; m_control.GetActionProperty(ref1, out result); return(result); }
public static PhotoshopTypeLibrary.IActionDescriptor GetActionProperty(this PhotoshopTypeLibrary.IActionControl ctrl, IActionReference ref1) { PhotoshopTypeLibrary.IActionDescriptor result; ctrl.GetActionProperty(ref1, out result); return(result); }